3 writes to _lastDecl
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\XmlNamespaceManager.cs (3)
84
_lastDecl
= 2;
126
_lastDecl
= decl;
176
_nsdecls[++
_lastDecl
].Set(prefix, uri, _scopeId, previousDeclIndex);
16 references to _lastDecl
dotnet-svcutil-lib (16)
FrameworkFork\Microsoft.Xml\Xml\XmlNamespaceManager.cs (16)
112
int decl =
_lastDecl
;
169
if (
_lastDecl
== _nsdecls.Length - 1)
181
_hashTable[prefix] =
_lastDecl
;
184
else if (
_lastDecl
>= MinDeclsCountForHashtable)
188
_hashTable = new Dictionary<string, int>(
_lastDecl
);
189
for (int i = 0; i <=
_lastDecl
; i++)
221
Dictionary<string, string> prefixes = new Dictionary<string, string>(
_lastDecl
+ 1);
222
for (int thisDecl = 0; thisDecl <=
_lastDecl
; thisDecl++)
247
i =
_lastDecl
;
257
Dictionary<string, string> dict = new Dictionary<string, string>(
_lastDecl
- i + 1);
258
for (; i <=
_lastDecl
; i++)
304
for (int thisDecl =
_lastDecl
; thisDecl >= 0; thisDecl--)
313
for (int thisDecl =
_lastDecl
; thisDecl >= 0; thisDecl--)
327
for (int thisDecl =
_lastDecl
; thisDecl >= 0; thisDecl--)
344
for (int thisDecl =
_lastDecl
; _nsdecls[thisDecl].scopeId == _scopeId; thisDecl--)
360
idx =
_lastDecl
- idx;