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