Home
last modified time | relevance | path

Searched refs:LeadingDetachedComments (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptorDeclaration.cs92 public IReadOnlyList<string> LeadingDetachedComments { get; } property in Google.Protobuf.Reflection.DescriptorDeclaration
106LeadingDetachedComments = new ReadOnlyCollection<string>(location.LeadingDetachedComments.ToList()… in DescriptorDeclaration()
DDescriptor.cs9586 public pbc::RepeatedField<string> LeadingDetachedComments { property in Google.Protobuf.Reflection.SourceCodeInfo.Types.Location
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DDescriptorDeclarationTest.cs80 message.Declaration.LeadingDetachedComments); in MessageComments()