2 writes to SystemResMgr
mscorlib (2)
system\environment.cs (2)
208rh.SystemResMgr = new ResourceManager(m_name, typeof(Object).Assembly); 232rh.SystemResMgr = null;
2 references to SystemResMgr
mscorlib (2)
system\environment.cs (2)
207if (rh.SystemResMgr == null) { 210String s = rh.SystemResMgr.GetString(key, null);