1 write to m_assembly
mscorlib (1)
system\applicationactivator.cs (1)
74
m_assembly
= (RuntimeAssembly)Assembly.LoadFrom(m_path);
2 references to m_assembly
mscorlib (2)
system\applicationactivator.cs (2)
73
if (
m_assembly
== null)
75
return
m_assembly
;