1 write to scopeId
System.Private.Xml (1)
System\Xml\XmlNamespacemanager.cs (1)
25this.scopeId = scopeId;
5 references to scopeId
System.Private.Xml (5)
System\Xml\XmlNamespacemanager.cs (5)
104while (_nsdecls[decl].scopeId == _scopeId) 144if (_nsdecls[declIndex].scopeId == _scopeId) 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--)