4 instantiations of MaxItemsEnumerable
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ImportedPolicyConversionContext.cs (4)
45
_endpointAssertions = new PolicyAssertionCollection(new
MaxItemsEnumerable
<XmlElement>(endpointAssertions, remainingAssertionsAllowed));
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));