Searched refs:LeadingDetachedComments (Results 1 – 12 of 12) sorted by relevance
92 public IReadOnlyList<string> LeadingDetachedComments { get; } property in Google.Protobuf.Reflection.DescriptorDeclaration106 …LeadingDetachedComments = new ReadOnlyCollection<string>(location.LeadingDetachedComments.ToList()… in DescriptorDeclaration()
10319 public pbc::RepeatedField<string> LeadingDetachedComments { property in Google.Protobuf.Reflection.SourceCodeInfo.Types.Location
52 LeadingDetachedComments []string member
48 l.LeadingDetachedComments = append([]string(nil), loc.LeadingDetachedComments...)
167 l.LeadingDetachedComments = loc.GetLeadingDetachedComments()
80 message.Declaration.LeadingDetachedComments); in MessageComments()
3179 …LeadingDetachedComments []string `protobuf:"bytes,6,rep,name=leading_detached_comments,json=leadin… member3244 return x.LeadingDetachedComments
112 for _, s := range loc.LeadingDetachedComments {
1255 for _, s := range loc.LeadingDetachedComments {