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