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