1 write to SystemResMgr
System.Runtime.Remoting (1)
channels\core\corechannel.cs (1)
977SystemResMgr = new ResourceManager("System.Runtime.Remoting", typeof(CoreChannel).Module.Assembly);
4 references to SystemResMgr
System.Runtime.Remoting (4)
channels\core\corechannel.cs (4)
976 if (SystemResMgr == null) 978 return SystemResMgr; 985if (SystemResMgr == null) 987String s = SystemResMgr.GetString(key, null);