Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptor.cs4748 csharpNamespace_ = other.csharpNamespace_; in FileOptions()
5168 private string csharpNamespace_; field in Google.Protobuf.Reflection.FileOptions
5174 get { return csharpNamespace_ ?? CsharpNamespaceDefaultValue; }
5176 csharpNamespace_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
5182 get { return csharpNamespace_ != null; }
5187 csharpNamespace_ = null; in ClearCsharpNamespace()

Completed in 18 milliseconds