1 write to aptca
System.ServiceModel.Internals (1)
System\Runtime\PartialTrustHelpers.cs (1)
95aptca = typeof(AllowPartiallyTrustedCallersAttribute);
2 references to aptca
System.ServiceModel.Internals (2)
System\Runtime\PartialTrustHelpers.cs (2)
93if (aptca == null) 97return assembly.GetCustomAttributes(aptca, false).Length > 0;