3 writes to maxPolicyAssertions
System.ServiceModel (3)
System\ServiceModel\Description\MetadataImporterQuotas.cs (3)
51
set { this.
maxPolicyAssertions
= value; }
65
settings.
maxPolicyAssertions
= DefaultMaxPolicyAssertions;
74
settings.
maxPolicyAssertions
= int.MaxValue;
1 reference to maxPolicyAssertions
System.ServiceModel (1)
System\ServiceModel\Description\MetadataImporterQuotas.cs (1)
50
get { return this.
maxPolicyAssertions
; }