1 write to m_os
mscorlib (1)
system\environment.cs (1)
1146m_os = new OperatingSystem(id, v, osvi.CSDVersion);
3 references to m_os
mscorlib (3)
system\environment.cs (3)
1124if (m_os==null) { // We avoid the lock since we don't care if two threads will set this at the same time. 1148Contract.Assert(m_os != null, "m_os != null"); 1149return m_os;