1 write to scopeId
System.Xml (1)
System\Xml\XmlNamespacemanager.cs (1)
30
this.
scopeId
= scopeId;
5 references to scopeId
System.Xml (5)
System\Xml\XmlNamespacemanager.cs (5)
111
while( nsdecls[decl].
scopeId
== scopeId ) {
143
if ( nsdecls[declIndex].
scopeId
== scopeId ) {
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-- ) {