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