3 writes to _scopeId
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\XmlNamespaceManager.cs (3)
85_scopeId = 1; 107_scopeId++; 127_scopeId--;
7 references to _scopeId
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\XmlNamespaceManager.cs (7)
113if (_scopeId == 1) 117while (_nsdecls[decl].scopeId == _scopeId) 155if (_nsdecls[declIndex].scopeId == _scopeId) 176_nsdecls[++_lastDecl].Set(prefix, uri, _scopeId, previousDeclIndex); 211if (String.Equals(_nsdecls[declIndex].uri, uri) && _nsdecls[declIndex].scopeId == _scopeId) 248while (_nsdecls[i].scopeId == _scopeId) 344for (int thisDecl = _lastDecl; _nsdecls[thisDecl].scopeId == _scopeId; thisDecl--)