1 write to _cacheTable
PresentationBuildTasks (1)
Framework\System\Windows\Markup\XmlnsCache.cs (1)
81
_cacheTable
= new HybridDictionary();
4 references to _cacheTable
PresentationBuildTasks (4)
Framework\System\Windows\Markup\XmlnsCache.cs (4)
161
return
_cacheTable
[xmlns] as List<ClrNamespaceAssemblyPair>;
334
if (!
_cacheTable
.Contains(xmlns))
336
_cacheTable
[xmlns] = new List<ClrNamespaceAssemblyPair>();
338
pairList =
_cacheTable
[xmlns] as List<ClrNamespaceAssemblyPair>;