2 references to YieldLimiter
System.ServiceModel (2)
System\ServiceModel\Description\PolicyReader.cs (1)
178
YieldLimiter yieldLimiter = new
YieldLimiter
(this.metadataImporter.Quotas.MaxYields, this.metadataImporter);
System\ServiceModel\Description\WsdlImporter.cs (1)
2208
policyAlternatives.EndpointAlternatives = PolicyHelper.CrossProduct<XmlElement>(wsdlBindingAlternatives, wsdlPortAlternatives, new
YieldLimiter
(this.importer.Quotas.MaxYields, this.importer));