2 instantiations of AllowPartiallyTrustedCallersAttribute
PresentationCore (1)
Core\CSharp\OtherAssemblyAttrs.cs (1)
27[assembly: AllowPartiallyTrustedCallers]
System.Data.Linq (1)
Properties\AssemblyInfo.cs (1)
10[assembly: AllowPartiallyTrustedCallers]
8 references to AllowPartiallyTrustedCallersAttribute
mscorlib (1)
system\reflection\emit\assemblybuilder.cs (1)
413else if (attribute.m_con.DeclaringType == typeof(AllowPartiallyTrustedCallersAttribute))
PresentationFramework (2)
src\Framework\MS\Internal\AppModel\AssemblyFilter.cs (2)
68object[] aptca = a.GetCustomAttributes(typeof(AllowPartiallyTrustedCallersAttribute), false); 70if (aptca.Length > 0 && aptca[0] is AllowPartiallyTrustedCallersAttribute)
System.Configuration (1)
System\Configuration\TypeUtil.cs (1)
246typeof(System.Security.AllowPartiallyTrustedCallersAttribute), /*inherit*/ false);
System.ServiceModel.Internals (1)
System\Runtime\PartialTrustHelpers.cs (1)
95aptca = typeof(AllowPartiallyTrustedCallersAttribute);
System.Web (2)
Compilation\AssemblyBuilder.cs (1)
542new CodeTypeReference(typeof(AllowPartiallyTrustedCallersAttribute)));
HttpRuntime.cs (1)
2744return assembly.IsDefined(typeof(AllowPartiallyTrustedCallersAttribute), inherit: false);
System.Xml (1)
System\Xml\Serialization\Compilation.cs (1)
431ConstructorInfo AllowPartiallyTrustedCallersAttribute_ctor = typeof(AllowPartiallyTrustedCallersAttribute).GetConstructor(