4 references to operationBindingAssertions
System.ServiceModel (4)
System\ServiceModel\Description\ImportedPolicyConversionContext.cs (4)
51
this.
operationBindingAssertions
.Add(operationDescription, new PolicyAssertionCollection());
67
this.
operationBindingAssertions
[entry.Key].AddRange(new MaxItemsEnumerable<XmlElement>(entry.Value, remainingAssertionsAllowed));
68
remainingAssertionsAllowed -= this.
operationBindingAssertions
[entry.Key].Count;
97
return this.
operationBindingAssertions
[operation];