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