1 write to _IsFastFullTrustDomain
mscorlib (1)
system\appdomain.cs (1)
944
_IsFastFullTrustDomain
= true;
4 references to _IsFastFullTrustDomain
mscorlib (4)
system\appdomain.cs (4)
952
else if (
_IsFastFullTrustDomain
) {
2655
if (_applicationTrust == null &&
_IsFastFullTrustDomain
) {
4453
return
_IsFastFullTrustDomain
|| _applicationTrust != null;
4475
if (
_IsFastFullTrustDomain
)