4 references to AddRange
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ImportedPolicyConversionContext.cs (3)
67
_operationBindingAssertions[entry.Key].
AddRange
(new MaxItemsEnumerable<XmlElement>(entry.Value, remainingAssertionsAllowed));
73
_messageBindingAssertions[entry.Key].
AddRange
(new MaxItemsEnumerable<XmlElement>(entry.Value, remainingAssertionsAllowed));
79
_faultBindingAssertions[entry.Key].
AddRange
(new MaxItemsEnumerable<XmlElement>(entry.Value, remainingAssertionsAllowed));
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\PolicyAssertionCollection.cs (1)
25
AddRange
(elements);