5 references to XmlnsPrefix
System.Private.DataContractSerialization (5)
System\Runtime\Serialization\ExtensionDataObject.cs (2)
182
if (attribute != null && attribute.prefix == Globals.
XmlnsPrefix
&& attribute.localName == prefix)
190
element.AddAttribute(Globals.
XmlnsPrefix
, Globals.XmlnsNamespace, prefix, valueNs);
System\Runtime\Serialization\Json\XmlJsonWriter.cs (1)
223
return Globals.
XmlnsPrefix
;
System\Runtime\Serialization\XmlObjectSerializerReadContext.cs (2)
1074
Document.CreateAttribute(null, Globals.
XmlnsPrefix
, Globals.XmlnsNamespace) :
1075
Document.CreateAttribute(Globals.
XmlnsPrefix
, prefix, Globals.XmlnsNamespace);