1 write to _cacheTable
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XmlnsCache.cs (1)
63_cacheTable = new HybridDictionary();
4 references to _cacheTable
PresentationBuildTasks (4)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XmlnsCache.cs (4)
143return _cacheTable[xmlns] as List<ClrNamespaceAssemblyPair>; 316if (!_cacheTable.Contains(xmlns)) 318_cacheTable[xmlns] = new List<ClrNamespaceAssemblyPair>(); 320pairList = (List<ClrNamespaceAssemblyPair>)_cacheTable[xmlns];