Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs7837 private readonly static string TrailingCommentsDefaultValue = ""; field in Google.Protobuf.Reflection.SourceCodeInfo.Types.Location
7842 get { return trailingComments_ ?? TrailingCommentsDefaultValue; }