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)
97
if (
_scopeId
== 1)
104
while (_nsdecls[decl].scopeId ==
_scopeId
)
144
if (_nsdecls[declIndex].scopeId ==
_scopeId
)
165
_nsdecls[++_lastDecl].Set(prefix, uri,
_scopeId
, previousDeclIndex);
198
if (string.Equals(_nsdecls[declIndex].uri, uri) && _nsdecls[declIndex].scopeId ==
_scopeId
)
239
while (_nsdecls[i].scopeId ==
_scopeId
)
344
for (int thisDecl = _lastDecl; _nsdecls[thisDecl].scopeId ==
_scopeId
; thisDecl--)