2 references to XmlnsPrefix
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\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);