1 write to xmlnsUri
System.Xml (1)
System\Xml\Core\XmlSubtreeReader.cs (1)
99
xmlnsUri
= reader.NameTable.Add(XmlReservedNs.NsXmlNs);
5 references to xmlnsUri
System.Xml (5)
System\Xml\Core\XmlSubtreeReader.cs (5)
232
if ( name == nsAttributes[i].localName && namespaceURI ==
xmlnsUri
) {
283
if ( name == nsAttributes[i].localName && ns ==
xmlnsUri
) {
1051
if ( Ref.Equal( ns,
xmlnsUri
) ) {
1096
nsAttributes[index].Set( XmlNodeType.Attribute, xmlns, string.Empty, xmlns,
xmlnsUri
, ns );
1099
nsAttributes[index].Set( XmlNodeType.Attribute, prefix, xmlns, reader.NameTable.Add( string.Concat( xmlns, ":", prefix ) ),
xmlnsUri
, ns );