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)
80if (_assemblyPathTable == null || _assemblyPathTable.Count == 0) 88foreach(string assemblyName in _assemblyPathTable.Keys.OfType<string>().OrderBy(s => s, StringComparer.Ordinal)) 104string assemblyFullPath = _assemblyPathTable[assemblyName] as string;