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