3 writes to _maxPolicyAssertions
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataImporterQuotas.cs (3)
52
set {
_maxPolicyAssertions
= value; }
66
settings.
_maxPolicyAssertions
= DefaultMaxPolicyAssertions;
75
settings.
_maxPolicyAssertions
= int.MaxValue;
1 reference to _maxPolicyAssertions
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataImporterQuotas.cs (1)
51
get { return
_maxPolicyAssertions
; }