Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs9992 sourceFile_ = other.sourceFile_; in Annotation()
10021 private string sourceFile_; field in Google.Protobuf.Reflection.GeneratedCodeInfo.Types.Annotation
10027 get { return sourceFile_ ?? SourceFileDefaultValue; }
10029 sourceFile_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
10035 get { return sourceFile_ != null; }
10040 sourceFile_ = null; in ClearSourceFile()