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)
143
return
_cacheTable
[xmlns] as List<ClrNamespaceAssemblyPair>;
316
if (!
_cacheTable
.Contains(xmlns))
318
_cacheTable
[xmlns] = new List<ClrNamespaceAssemblyPair>();
320
pairList = (List<ClrNamespaceAssemblyPair>)
_cacheTable
[xmlns];