2 writes to _applicationTrust
mscorlib (2)
system\appdomain.cs (2)
1116
_applicationTrust
= appTrust;
2656
_applicationTrust
= new ApplicationTrust(new PermissionSet(PermissionState.Unrestricted));
3 references to _applicationTrust
mscorlib (3)
system\appdomain.cs (3)
2655
if (
_applicationTrust
== null && _IsFastFullTrustDomain) {
2659
return
_applicationTrust
;
4453
return _IsFastFullTrustDomain ||
_applicationTrust
!= null;