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)
2655if (_applicationTrust == null && _IsFastFullTrustDomain) { 2659return _applicationTrust; 4453return _IsFastFullTrustDomain || _applicationTrust != null;