5 references to XmlnsPrefix
System.Runtime.Serialization (5)
System\Runtime\Serialization\ExtensionDataObject.cs (2)
209
if (attribute != null && attribute.prefix == Globals.
XmlnsPrefix
&& attribute.localName == prefix)
217
element.AddAttribute(Globals.
XmlnsPrefix
, Globals.XmlnsNamespace, prefix, valueNs);
System\Runtime\Serialization\Json\XmlJsonWriter.cs (1)
289
return Globals.
XmlnsPrefix
;
System\Runtime\Serialization\XmlObjectSerializerReadContext.cs (2)
1067
Document.CreateAttribute(null, Globals.
XmlnsPrefix
, Globals.XmlnsNamespace) :
1068
Document.CreateAttribute(Globals.
XmlnsPrefix
, prefix, Globals.XmlnsNamespace);