3 writes to _prefixForXmlNs
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextWriter.cs (3)
590_prefixForXmlNs = null; 594_prefixForXmlNs = localName; 606_prefixForXmlNs = null;
2 references to _prefixForXmlNs
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextWriter.cs (2)
1705VerifyPrefixXml(_prefixForXmlNs, value); 1706PushNamespace(_prefixForXmlNs, value, true);