3 writes to scopeId
System.Xml (3)
System\Xml\XmlNamespacemanager.cs (3)
86scopeId = 1; 103scopeId++; 119scopeId--;
7 references to scopeId
System.Xml (7)
System\Xml\XmlNamespacemanager.cs (7)
108if ( scopeId == 1 ) { 111while( nsdecls[decl].scopeId == scopeId ) { 143if ( nsdecls[declIndex].scopeId == scopeId ) { 161nsdecls[++lastDecl].Set( prefix, uri, scopeId, previousDeclIndex ); 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-- ) {