2 writes to tempNamespaceList
System.Activities (2)
System\Activities\XamlIntegration\NamespaceTable.cs (2)
18
this.
tempNamespaceList
= new List<NamespaceDeclaration>();
70
this.
tempNamespaceList
= new List<NamespaceDeclaration>();
6 references to tempNamespaceList
System.Activities (6)
System\Activities\XamlIntegration\NamespaceTable.cs (6)
61
this.
tempNamespaceList
.Add(xamlNamespace);
67
if (this.
tempNamespaceList
!= null)
69
this.namespaceStack.Push(this.
tempNamespaceList
);
96
if (this.
tempNamespaceList
!= null && this.
tempNamespaceList
.Count > 0)
98
foreach (NamespaceDeclaration tempNamespace in
tempNamespaceList
)