3 overrides of GetMessageBindingAssertions
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ImportedPolicyConversionContext.cs (1)
100
public override PolicyAssertionCollection
GetMessageBindingAssertions
(MessageDescription message)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExporter.cs (1)
123
public override PolicyAssertionCollection
GetMessageBindingAssertions
(MessageDescription message)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataImporter.cs (1)
169
public override PolicyAssertionCollection
GetMessageBindingAssertions
(MessageDescription message)
8 references to GetMessageBindingAssertions
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\AsymmetricSecurityBindingElement.cs (1)
268
ICollection<XmlElement> messageBindingAssertions = policyContext.
GetMessageBindingAssertions
(message);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityBindingElement.cs (1)
1567
policyContext.
GetMessageBindingAssertions
(message).Add(assertion);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataImporter.cs (1)
123
if (policyContext.
GetMessageBindingAssertions
(message).Count != 0)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (1)
769
assertions = policyContext.
GetMessageBindingAssertions
(message);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (4)
1640
if (policyContext.
GetMessageBindingAssertions
(message).Count != 0)
1642
unknownBindingElement.Add(message, policyContext.
GetMessageBindingAssertions
(message));
1674
if (policyContext.
GetMessageBindingAssertions
(message).Count != 0)
1678
policyContext.
GetMessageBindingAssertions
(message));