4 writes to _lastDecl
PresentationBuildTasks (4)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XmlnsDictionary.cs (4)
167
_lastDecl
= 0;
429
_lastDecl
= decl;
586
_lastDecl
= 0;
644
_lastDecl
++;
26 references to _lastDecl
PresentationBuildTasks (26)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XmlnsDictionary.cs (26)
220
HybridDictionary namespaceTable = new HybridDictionary(
_lastDecl
);
222
for (int thisDecl = 0; thisDecl <
_lastDecl
; thisDecl++)
340
if (
_lastDecl
>0)
342
for (int thisDecl =
_lastDecl
-1; thisDecl >= 0; thisDecl--)
400
_nsDeclarations[
_lastDecl
].ScopeCount++;
412
int lastScopeCount = _nsDeclarations[
_lastDecl
].ScopeCount;
413
int decl =
_lastDecl
;
494
ArrayList prefixes = new ArrayList(
_lastDecl
+1);
495
for (int thisDecl =0; thisDecl <
_lastDecl
; thisDecl++)
516
HybridDictionary namespaceTable = new HybridDictionary(
_lastDecl
+1);
517
for (int thisDecl = 0; thisDecl <
_lastDecl
; thisDecl++)
614
int lastScopeCount = _nsDeclarations[
_lastDecl
].ScopeCount;
616
if (
_lastDecl
> 0)
619
for (int thisDecl =
_lastDecl
-1;
632
if (
_lastDecl
== _nsDeclarations.Length - 1)
642
_nsDeclarations[
_lastDecl
].Prefix = prefix;
643
_nsDeclarations[
_lastDecl
].Uri = xmlNamespace;
645
_nsDeclarations[
_lastDecl
].ScopeCount = lastScopeCount;
655
if (
_lastDecl
> 0)
667
int lastScopeCount = _nsDeclarations[
_lastDecl
-1].ScopeCount;
668
for (int thisDecl =
_lastDecl
-1;
693
i =
_lastDecl
;
701
HybridDictionary dict = new HybridDictionary(
_lastDecl
-i + 1);
703
for (; i <
_lastDecl
; i++)
726
if (
_lastDecl
> 0)
728
for (int thisDecl =
_lastDecl
-1;