Searched refs:csharpNamespace_ (Results 1 – 1 of 1) sorted by relevance
4748 csharpNamespace_ = other.csharpNamespace_; in FileOptions()5168 private string csharpNamespace_; field in Google.Protobuf.Reflection.FileOptions5174 get { return csharpNamespace_ ?? CsharpNamespaceDefaultValue; }5176 csharpNamespace_ = pb::ProtoPreconditions.CheckNotNull(value, "value");5182 get { return csharpNamespace_ != null; }5187 csharpNamespace_ = null; in ClearCsharpNamespace()