1 write to scopeId
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\XmlNamespaceManager.cs (1)
28
this.
scopeId
= scopeId;
5 references to scopeId
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\XmlNamespaceManager.cs (5)
117
while (_nsdecls[decl].
scopeId
== _scopeId)
155
if (_nsdecls[declIndex].
scopeId
== _scopeId)
211
if (String.Equals(_nsdecls[declIndex].uri, uri) && _nsdecls[declIndex].
scopeId
== _scopeId)
248
while (_nsdecls[i].
scopeId
== _scopeId)
344
for (int thisDecl = _lastDecl; _nsdecls[thisDecl].
scopeId
== _scopeId; thisDecl--)