Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs7765 private readonly static string LeadingCommentsDefaultValue = ""; field in Google.Protobuf.Reflection.SourceCodeInfo.Types.Location
7819 get { return leadingComments_ ?? LeadingCommentsDefaultValue; }