1 write to scopeId
System.Xml (1)
System\Xml\XmlNamespacemanager.cs (1)
30this.scopeId = scopeId;
5 references to scopeId
System.Xml (5)
System\Xml\XmlNamespacemanager.cs (5)
111while( nsdecls[decl].scopeId == scopeId ) { 143if ( nsdecls[declIndex].scopeId == scopeId ) { 189if ( String.Equals( nsdecls[declIndex].uri, uri ) && nsdecls[declIndex].scopeId == scopeId ) { 220while ( nsdecls[i].scopeId == scopeId ) { 296for( int thisDecl = lastDecl; nsdecls[thisDecl].scopeId == scopeId; thisDecl-- ) {