1 write to _assemblyPathTable
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XmlnsCache.cs (1)
65
_assemblyPathTable
= assemblyPathTable;
4 references to _assemblyPathTable
PresentationBuildTasks (4)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XmlnsCache.cs (4)
80
if (
_assemblyPathTable
== null ||
_assemblyPathTable
.Count == 0)
88
foreach(string assemblyName in
_assemblyPathTable
.Keys.OfType<string>().OrderBy(s => s, StringComparer.Ordinal))
104
string assemblyFullPath =
_assemblyPathTable
[assemblyName] as string;