1 write to _assemblyPathTable
PresentationBuildTasks (1)
Framework\System\Windows\Markup\XmlnsCache.cs (1)
82
_assemblyPathTable
= assemblyPathTable;
4 references to _assemblyPathTable
PresentationBuildTasks (4)
Framework\System\Windows\Markup\XmlnsCache.cs (4)
97
if (
_assemblyPathTable
== null ||
_assemblyPathTable
.Count == 0)
105
foreach(string assemblyName in
_assemblyPathTable
.Keys)
121
string assemblyFullPath =
_assemblyPathTable
[assemblyName] as string;