1 write to FullTrustMap
mscorlib (1)
system\security\policymanager.cs (1)
418FullTrustMap = new QuickCacheEntryType[]
3 references to FullTrustMap
mscorlib (3)
system\security\policymanager.cs (3)
415if (FullTrustMap == null) 459Contract.Assert(0 <= (int)zone && (int)zone < FullTrustMap.Length, "FullTrustMap does not contain a mapping for this zone."); 460accumulator |= FullTrustMap[(int)zone];