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)
144
return
_cacheTable
[xmlns] as List<ClrNamespaceAssemblyPair>;
317
if (!
_cacheTable
.Contains(xmlns))
319
_cacheTable
[xmlns] = new List<ClrNamespaceAssemblyPair>();
321
pairList = (List<ClrNamespaceAssemblyPair>)
_cacheTable
[xmlns];