1 write to scopeId
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\XmlNamespaceManager.cs (1)
28this.scopeId = scopeId;
5 references to scopeId
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\XmlNamespaceManager.cs (5)
117while (_nsdecls[decl].scopeId == _scopeId) 155if (_nsdecls[declIndex].scopeId == _scopeId) 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--)