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