1 write to strXml
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (1)
111strXml = nt.Add("xml");
11 references to strXml
dotnet-svcutil-lib (11)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXPathNavigator.cs (5)
416if (name == _document.strXml) 461if (name == _document.strXml) 503while (Ref.Equal(attribute.LocalName, _document.strXml)) 617|| Ref.Equal(localName, _document.strXml)); 626if (PathHasDuplicateNamespace(null, _namespaceParent, _document.strXml))
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (2)
554else if (prefix == strXml) 1773_namespaceXml = new XmlAttribute(AddAttrXmlName(strXmlns, strXml, strReservedXmlns, null), this);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlLoader.cs (2)
721else if (spaceMode == XmlSpace.None && attr.Prefix == _doc.strXml && attr.LocalName == _doc.strSpace) 729else if (lang == null && attr.Prefix == _doc.strXml && attr.LocalName == _doc.strLang)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNode.cs (2)
1128if (Ref.Equal(doc.strXml, prefix)) 1209return doc.strXml;