3 writes to uri
System.Xml (3)
System\Xml\XmlNamespacemanager.cs (3)
29this.uri = uri; 145nsdecls[declIndex].uri = uri; 190nsdecls[declIndex].uri = null;
11 references to uri
System.Xml (11)
System\Xml\XmlNamespacemanager.cs (11)
189if ( String.Equals( nsdecls[declIndex].uri, uri ) && nsdecls[declIndex].scopeId == scopeId ) { 199if ( nsdecls[thisDecl].uri != null ) { 231string uri = nsdecls[i].uri; 249return ( declIndex == -1 ) ? null : nsdecls[declIndex].uri; 256while ( declIndex != -1 && nsdecls[declIndex].uri == null ) { 266if ( (object)nsdecls[thisDecl].prefix == (object)prefix && nsdecls[thisDecl].uri != null ) { 273if ( String.Equals( nsdecls[thisDecl].prefix, prefix ) && nsdecls[thisDecl].uri != null ) { 284if ( String.Equals( nsdecls[thisDecl].uri, uri ) ) { 297if ( String.Equals( nsdecls[thisDecl].prefix, prefix ) && nsdecls[thisDecl].uri != null ) { 298if ( prefix.Length > 0 || nsdecls[thisDecl].uri.Length > 0 ) { 316uri = nsdecls[idx].uri;