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/
H A DDescriptorDeclaration.cs92 public IReadOnlyList<string> LeadingDetachedComments { get; } property in Google.Protobuf.Reflection.DescriptorDeclaration
106 LeadingDetachedComments = new ReadOnlyCollection<string>(location.LeadingDetachedComments.ToList()); in DescriptorDeclaration()
H A DDescriptor.cs185 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.SourceCodeInfo), global::Google.Protobuf.Reflection.SourceCodeInfo.Parser, new[]{ "Location" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.SourceCodeInfo.Types.Location), global::Google.Protobuf.Reflection.SourceCodeInfo.Types.Location.Parser, new[]{ "Path", "Span", "LeadingComments", "TrailingComments", "LeadingDetachedComments" }, null, null, null, null)}), in DescriptorReflection()
9586 public pbc::RepeatedField<string> LeadingDetachedComments { property in Google.Protobuf.Reflection.SourceCodeInfo.Types.Location
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
H A DDescriptorDeclarationTest.cs80 message.Declaration.LeadingDetachedComments); in MessageComments()

Completed in 15 milliseconds