3 overrides of GetOperationBindingAssertions
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ImportedPolicyConversionContext.cs (1)
95
public override PolicyAssertionCollection
GetOperationBindingAssertions
(OperationDescription operation)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExporter.cs (1)
112
public override PolicyAssertionCollection
GetOperationBindingAssertions
(OperationDescription operation)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataImporter.cs (1)
164
public override PolicyAssertionCollection
GetOperationBindingAssertions
(OperationDescription operation)
11 references to GetOperationBindingAssertions
dotnet-svcutil-lib (11)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\AsymmetricSecurityBindingElement.cs (2)
62
ICollection<XmlElement> operationBindingAssertions = policyContext.
GetOperationBindingAssertions
(operation);
254
ICollection<XmlElement> operationBindingAssertions = policyContext.
GetOperationBindingAssertions
(operation);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityBindingElement.cs (2)
1549
policyContext.
GetOperationBindingAssertions
(operation).Add(assertion);
1557
PolicyAssertionCollection existingAssertions = policyContext.
GetOperationBindingAssertions
(operation);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransactionFlowBindingElementImporter.cs (1)
54
ICollection<XmlElement> operationAssertions = context.
GetOperationBindingAssertions
(operation);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataImporter.cs (1)
116
if (policyContext.
GetOperationBindingAssertions
(operation).Count != 0)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (1)
751
assertions = policyContext.
GetOperationBindingAssertions
(operation);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (4)
1633
if (policyContext.
GetOperationBindingAssertions
(operation).Count != 0)
1635
unknownBindingElement.Add(operation, policyContext.
GetOperationBindingAssertions
(operation));
1665
if (policyContext.
GetOperationBindingAssertions
(operation).Count != 0)
1669
policyContext.
GetOperationBindingAssertions
(operation));