3 writes to topLevelElementNamespace
System.Runtime.Serialization (3)
System\Runtime\Serialization\XmlDataContract.cs (3)
217
topLevelElementNamespace
= (this.StableName.Namespace == Globals.SchemaNamespace) ? DictionaryGlobals.EmptyString : Namespace;
230
topLevelElementNamespace
= (elementNs == null || elementNs.Length == 0) ? DictionaryGlobals.EmptyString : dictionary.Add(elementNs);
286
set {
topLevelElementNamespace
= value; }
1 reference to topLevelElementNamespace
System.Runtime.Serialization (1)
System\Runtime\Serialization\XmlDataContract.cs (1)
285
get { return
topLevelElementNamespace
; }