9 writes to ns
System.Xml (9)
System\Xml\Core\XmlTextReaderImpl.cs (7)
4550curNode.ns = xmlContext.defaultNamespace; 4553curNode.ns = LookupNamespace( curNode ); 4561at.ns = LookupNamespace( at ); 4601attr.ns = nameTable.Add( XmlReservedNs.NsXmlNs ); 8286attr.ns = ns; 8303nodes[index].ns = xmlContext.defaultNamespace; 8318nodes[i].ns = namespaceManager.LookupNamespace( pref );
System\Xml\Core\XmlTextReaderImplHelpers.cs (2)
456ns = string.Empty; 499this.ns = string.Empty;
12 references to ns
System.Xml (12)
System\Xml\Core\XmlTextReaderImpl.cs (8)
892return curNode.ns; 1022if ( Ref.Equal( nodes[i].localName, localName ) && Ref.Equal( nodes[i].ns, namespaceURI ) ) { 1066Ref.Equal( nodes[i].ns, namespaceURI ) ) { 4571if ( Ref.Equal( attr1.localName, nodes[j].localName ) && Ref.Equal( attr1.ns, nodes[j].ns ) ) { 4587if ( Ref.Equal( attr1.localName, attr2.localName ) && Ref.Equal( attr1.ns, attr2.ns ) ) { 8264(((object)nodes[i].prefix == (object)prefix) || ((object)nodes[i].ns == (object)ns && ns != null))) {
System\Xml\Core\XmlTextReaderImplHelpers.cs (4)
610if ( Ref.Equal( ns, other.ns ) ) { 614return string.CompareOrdinal( ns, other.ns );