Searched refs:TrailingComments (Results 1 – 1 of 1) sorted by relevance
5511 public string TrailingComments { property in Google.Protobuf.Reflection.SourceCodeInfo.Types.Location5544 if (TrailingComments != other.TrailingComments) return false; in Equals()5555 if (TrailingComments.Length != 0) hash ^= TrailingComments.GetHashCode(); in GetHashCode()5573 if (TrailingComments.Length != 0) { in WriteTo()5575 output.WriteString(TrailingComments); in WriteTo()5588 if (TrailingComments.Length != 0) { in CalculateSize()5589 size += 1 + pb::CodedOutputStream.ComputeStringSize(TrailingComments); in CalculateSize()5605 if (other.TrailingComments.Length != 0) { in MergeFrom()5606 TrailingComments = other.TrailingComments; in MergeFrom()5634 TrailingComments = input.ReadString(); in MergeFrom()