3 writes to _topLevelElementNamespace
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\XmlDataContract.cs (3)
160_topLevelElementNamespace = (this.XmlName.Namespace == Globals.SchemaNamespace) ? DictionaryGlobals.EmptyString : Namespace; 173_topLevelElementNamespace = string.IsNullOrEmpty(elementNs) ? DictionaryGlobals.EmptyString : dictionary.Add(elementNs); 225set => _topLevelElementNamespace = value;
1 reference to _topLevelElementNamespace
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\XmlDataContract.cs (1)
224get => _topLevelElementNamespace;