3 overrides of GetFaultBindingAssertions
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ImportedPolicyConversionContext.cs (1)
105
public override PolicyAssertionCollection
GetFaultBindingAssertions
(FaultDescription message)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExporter.cs (1)
133
public override PolicyAssertionCollection
GetFaultBindingAssertions
(FaultDescription fault)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataImporter.cs (1)
174
public override PolicyAssertionCollection
GetFaultBindingAssertions
(FaultDescription fault)
3 references to GetFaultBindingAssertions
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\AsymmetricSecurityBindingElement.cs (1)
362
ICollection<XmlElement> faultBindingAssertions = policyContext.
GetFaultBindingAssertions
(fault);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityBindingElement.cs (1)
1575
policyContext.
GetFaultBindingAssertions
(message).Add(assertion);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (1)
784
assertions = policyContext.
GetFaultBindingAssertions
(fault);