Home
last modified time | relevance | path

Searched refs:leadingComments_ (Results 1 - 1 of 1) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptor.cs9422 leadingComments_ = other.leadingComments_; in Location()
9489 private string leadingComments_; field in Google.Protobuf.Reflection.SourceCodeInfo.Types.Location
9541 get { return leadingComments_ ?? LeadingCommentsDefaultValue; }
9543 leadingComments_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
9549 get { return leadingComments_ != null; }
9554 leadingComments_ = null; in ClearLeadingComments()

Completed in 24 milliseconds