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);
225
set =>
_topLevelElementNamespace
= value;
1 reference to _topLevelElementNamespace
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\XmlDataContract.cs (1)
224
get =>
_topLevelElementNamespace
;