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