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