2 writes to _assemblyPath
PresentationBuildTasks (2)
Framework\System\Windows\Markup\XamlTypeMapper.cs (2)
4485
_assemblyPath
= assemblyPath;
4592
set {
_assemblyPath
= value; }
2 references to _assemblyPath
PresentationBuildTasks (2)
Framework\System\Windows\Markup\XamlTypeMapper.cs (2)
4579
_assembly = ReflectionHelper.LoadAssembly(_assemblyName,
_assemblyPath
);
4591
get { return
_assemblyPath
; }