1 write to s_getWindowsPrincipal
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\AppDomain.cs (1)
426s_getWindowsPrincipal = mi.CreateDelegate<Func<IPrincipal>>();
2 references to s_getWindowsPrincipal
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\AppDomain.cs (2)
421if (s_getWindowsPrincipal == null) 429principal = s_getWindowsPrincipal();