1 write to _xmlnsUri
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlSubtreeReader.cs (1)
104
_xmlnsUri
= reader.NameTable.Add(XmlReservedNs.NsXmlNs);
5 references to _xmlnsUri
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlSubtreeReader.cs (5)
279
if (name == _nsAttributes[i].localName && namespaceURI ==
_xmlnsUri
)
345
if (name == _nsAttributes[i].localName && ns ==
_xmlnsUri
)
1257
if (Ref.Equal(ns,
_xmlnsUri
))
1312
_nsAttributes[index].Set(XmlNodeType.Attribute, _xmlns, string.Empty, _xmlns,
_xmlnsUri
, ns);
1316
_nsAttributes[index].Set(XmlNodeType.Attribute, prefix, _xmlns, reader.NameTable.Add(string.Concat(_xmlns, ":", prefix)),
_xmlnsUri
, ns);