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