3 writes to scopeId
System.Xml (3)
System\Xml\XmlNamespacemanager.cs (3)
86
scopeId
= 1;
103
scopeId
++;
119
scopeId
--;
7 references to scopeId
System.Xml (7)
System\Xml\XmlNamespacemanager.cs (7)
108
if (
scopeId
== 1 ) {
111
while( nsdecls[decl].scopeId ==
scopeId
) {
143
if ( nsdecls[declIndex].scopeId ==
scopeId
) {
161
nsdecls[++lastDecl].Set( prefix, uri,
scopeId
, previousDeclIndex );
189
if ( String.Equals( nsdecls[declIndex].uri, uri ) && nsdecls[declIndex].scopeId ==
scopeId
) {
220
while ( nsdecls[i].scopeId ==
scopeId
) {
296
for( int thisDecl = lastDecl; nsdecls[thisDecl].scopeId ==
scopeId
; thisDecl-- ) {