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