1 write to _endpointAssertions
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ImportedPolicyConversionContext.cs (1)
45
_endpointAssertions
= new PolicyAssertionCollection(new MaxItemsEnumerable<XmlElement>(endpointAssertions, remainingAssertionsAllowed));
2 references to _endpointAssertions
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ImportedPolicyConversionContext.cs (2)
47
remainingAssertionsAllowed -=
_endpointAssertions
.Count;
92
return
_endpointAssertions
;