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