3 writes to _scopeId
System.Private.Xml (3)
System\Xml\XmlNamespacemanager.cs (3)
69_scopeId = 1; 91_scopeId++; 117_scopeId--;
7 references to _scopeId
System.Private.Xml (7)
System\Xml\XmlNamespacemanager.cs (7)
97if (_scopeId == 1) 104while (_nsdecls[decl].scopeId == _scopeId) 144if (_nsdecls[declIndex].scopeId == _scopeId) 165_nsdecls[++_lastDecl].Set(prefix, uri, _scopeId, previousDeclIndex); 198if (string.Equals(_nsdecls[declIndex].uri, uri) && _nsdecls[declIndex].scopeId == _scopeId) 239while (_nsdecls[i].scopeId == _scopeId) 344for (int thisDecl = _lastDecl; _nsdecls[thisDecl].scopeId == _scopeId; thisDecl--)