1 write to _cacheTable
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XmlnsCache.cs (1)
64_cacheTable = new HybridDictionary();
4 references to _cacheTable
PresentationBuildTasks (4)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XmlnsCache.cs (4)
144return _cacheTable[xmlns] as List<ClrNamespaceAssemblyPair>; 317if (!_cacheTable.Contains(xmlns)) 319_cacheTable[xmlns] = new List<ClrNamespaceAssemblyPair>(); 321pairList = (List<ClrNamespaceAssemblyPair>)_cacheTable[xmlns];