Searched refs:LeadingComments (Results 1 – 1 of 1) sorted by relevance
5500 public string LeadingComments { property in Google.Protobuf.Reflection.SourceCodeInfo.Types.Location5543 if (LeadingComments != other.LeadingComments) return false; in Equals()5554 if (LeadingComments.Length != 0) hash ^= LeadingComments.GetHashCode(); in GetHashCode()5569 if (LeadingComments.Length != 0) { in WriteTo()5571 output.WriteString(LeadingComments); in WriteTo()5585 if (LeadingComments.Length != 0) { in CalculateSize()5586 size += 1 + pb::CodedOutputStream.ComputeStringSize(LeadingComments); in CalculateSize()5602 if (other.LeadingComments.Length != 0) { in MergeFrom()5603 LeadingComments = other.LeadingComments; in MergeFrom()5630 LeadingComments = input.ReadString(); in MergeFrom()