1 write to SystemResMgr
System.Runtime.Remoting (1)
channels\core\corechannel.cs (1)
977
SystemResMgr
= 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
;
985
if (
SystemResMgr
== null)
987
String s =
SystemResMgr
.GetString(key, null);