1 write to tempNamespaceList
XamlBuildTask (1)
Microsoft\Build\Tasks\Xaml\NamespaceTable.cs (1)
84tempNamespaceList = new Dictionary<string, NamespaceDeclaration>();
8 references to tempNamespaceList
XamlBuildTask (8)
Microsoft\Build\Tasks\Xaml\NamespaceTable.cs (8)
24if (tempNamespaceList != null && tempNamespaceList.Count > 0) 26foreach (NamespaceDeclaration ns in tempNamespaceList.Values) 60if (tempNamespaceList != null && tempNamespaceList.TryGetValue(prefix, out @namespace)) 73tempNamespaceList.Add(reader.Namespace.Prefix, 81if (tempNamespaceList != null) 83namespaceStack.Push(tempNamespaceList);