Searched refs:LeadingDetachedComments (Results 1 - 3 of 3) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
H A D | DescriptorDeclaration.cs | 92 public IReadOnlyList<string> LeadingDetachedComments { get; } property in Google.Protobuf.Reflection.DescriptorDeclaration 106 LeadingDetachedComments = new ReadOnlyCollection<string>(location.LeadingDetachedComments.ToList()); in DescriptorDeclaration()
|
H A D | Descriptor.cs | 185 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 D | DescriptorDeclarationTest.cs | 80 message.Declaration.LeadingDetachedComments); in MessageComments()
|
Completed in 16 milliseconds