4 references to MaxItemsEnumerable
System.ServiceModel (4)
System\ServiceModel\Description\ImportedPolicyConversionContext.cs (4)
45
this.endpointAssertions = new PolicyAssertionCollection(new
MaxItemsEnumerable
<XmlElement>(endpointAssertions, remainingAssertionsAllowed));
67
this.operationBindingAssertions[entry.Key].AddRange(new
MaxItemsEnumerable
<XmlElement>(entry.Value, remainingAssertionsAllowed));
73
this.messageBindingAssertions[entry.Key].AddRange(new
MaxItemsEnumerable
<XmlElement>(entry.Value, remainingAssertionsAllowed));
79
this.faultBindingAssertions[entry.Key].AddRange(new
MaxItemsEnumerable
<XmlElement>(entry.Value, remainingAssertionsAllowed));