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