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