3 writes to _lastDecl
System.Private.Xml (3)
System\Xml\XmlNamespacemanager.cs (3)
68
_lastDecl
= 2;
116
_lastDecl
= decl;
165
_nsdecls[++
_lastDecl
].Set(prefix, uri, _scopeId, previousDeclIndex);
16 references to _lastDecl
System.Private.Xml (16)
System\Xml\XmlNamespacemanager.cs (16)
96
int decl =
_lastDecl
;
158
if (
_lastDecl
== _nsdecls.Length - 1)
171
_hashTable[prefix] =
_lastDecl
;
174
else if (
_lastDecl
>= MinDeclsCountForHashtable)
178
_hashTable = new Dictionary<string, int>(
_lastDecl
);
179
for (int i = 0; i <=
_lastDecl
; i++)
210
Dictionary<string, string> prefixes = new Dictionary<string, string>(
_lastDecl
+ 1);
211
for (int thisDecl = 0; thisDecl <=
_lastDecl
; thisDecl++)
238
i =
_lastDecl
;
248
Dictionary<string, string> dict = new Dictionary<string, string>(
_lastDecl
- i + 1);
249
for (; i <=
_lastDecl
; i++)
300
for (int thisDecl =
_lastDecl
; thisDecl >= 0; thisDecl--)
309
for (int thisDecl =
_lastDecl
; thisDecl >= 0; thisDecl--)
325
for (int thisDecl =
_lastDecl
; thisDecl >= 0; thisDecl--)
344
for (int thisDecl =
_lastDecl
; _nsdecls[thisDecl].scopeId == _scopeId; thisDecl--)
360
idx =
_lastDecl
- idx;