1 write to s_resMgr
System.Security (1)
system\security\securityresources.cs (1)
33
s_resMgr
= new ResourceManager("system.security", typeof(SecurityResources).Assembly);
2 references to s_resMgr
System.Security (2)
system\security\securityresources.cs (2)
32
if (
s_resMgr
== null)
34
return
s_resMgr
.GetString(key, null);