Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptor.cs9423 trailingComments_ = other.trailingComments_; in Location()
9561 private string trailingComments_; field in Google.Protobuf.Reflection.SourceCodeInfo.Types.Location
9564 get { return trailingComments_ ?? TrailingCommentsDefaultValue; }
9566 trailingComments_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
9572 get { return trailingComments_ != null; }
9577 trailingComments_ = null; in ClearTrailingComments()

Completed in 15 milliseconds