1 instantiation of OperationDescriptionCollection
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ContractDescription.cs (1)
41_operations = new OperationDescriptionCollection();
4 references to OperationDescriptionCollection
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\ChannelFactory.cs (1)
209OperationDescriptionCollection operations = this.Endpoint.Contract.Operations;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ContractDescription.cs (2)
23private OperationDescriptionCollection _operations; 99public OperationDescriptionCollection Operations
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrust.cs (1)
647protected void SetProtectionLevelForFederation(OperationDescriptionCollection operations)