4 references to AddRange
System.ServiceModel (4)
System\ServiceModel\Description\ImportedPolicyConversionContext.cs (3)
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));
System\ServiceModel\Description\PolicyAssertionCollection.cs (1)
24
AddRange
(elements);