5 references to IsFullyTrusted
mscorlib (2)
system\reflection\customattribute.cs (1)
1408return type != null && type.Assembly.IsFullyTrusted && RuntimeTypeHandle.IsEquivalentType(type);
system\runtime\serialization\formatters\binary\binaryobjectinfo.cs (1)
314&& !objectAssembly.IsFullyTrusted)
System.Runtime.Serialization (2)
System\Runtime\Serialization\NetDataContractSerializer.cs (1)
300if (!UnsafeTypeForwardingEnabled && !clrType.Assembly.IsFullyTrusted && !IsAssemblyNameForwardingSafe(clrType.Assembly.FullName, clrAssemblyName))
System\Runtime\Serialization\XmlObjectSerializerReadContextComplex.cs (1)
417if (sourceAssembly != destinationAssembly && !NetDataContractSerializer.UnsafeTypeForwardingEnabled && !sourceAssembly.IsFullyTrusted)
System.Web (1)
HttpRuntime.cs (1)
2765return (!assembly.IsFullyTrusted || HasAPTCABit(assembly));