71 references to Operations
dotnet-svcutil-lib (71)
CodeDomFixup\NoMessageHeaderFixup.cs (1)
26
foreach (OperationDescription operation in contract.
Operations
)
CodeDomFixup\NoSoapEncodingFixup.cs (1)
50
CollectionHelpers.MapList<OperationDescription>(_contract.
Operations
, IsNotSoapEncoding, OnFiltered);
CodeDomFixup\WcfCodeGenerationExtension.cs (1)
47
if (contract.
Operations
.Count > 0)
FrameworkFork\System.ServiceModel\System\ServiceModel\ChannelFactory.cs (1)
209
OperationDescriptionCollection operations = this.Endpoint.Contract.
Operations
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\AsymmetricSecurityBindingElement.cs (3)
48
foreach (OperationDescription operation in policyContext.Contract.
Operations
)
249
foreach (OperationDescription operation in policyContext.Contract.
Operations
)
410
foreach (OperationDescription operation in policyContext.Contract.
Operations
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelRequirements.cs (2)
31
for (int i = 0; i < contractDescription.
Operations
.Count; i++)
33
OperationDescription operation = contractDescription.
Operations
[i];
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransactionFlowBindingElement.cs (1)
132
foreach (OperationDescription operation in contract.
Operations
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransactionFlowBindingElementImporter.cs (1)
52
foreach (OperationDescription operation in context.Contract.
Operations
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ContractDescription.cs (5)
191
for (int i = 0; i <
Operations
.Count; i++)
193
OperationDescription od =
Operations
[i];
218
if (this.
Operations
.Count == 0)
224
for (int i = 0; i < this.
Operations
.Count; i++)
226
OperationDescription operationDescription = this.
Operations
[i];
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DispatcherBuilder.cs (5)
31
for (int i = 0; i < contractDescription.
Operations
.Count; i++)
33
OperationDescription operation = contractDescription.
Operations
[i];
108
foreach (OperationDescription op in endpoint.Contract.
Operations
)
213
for (int i = 0; i < contract.
Operations
.Count; i++)
215
OperationDescription operation = contract.
Operations
[i];
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ImportedPolicyConversionContext.cs (1)
49
foreach (OperationDescription operationDescription in endpoint.Contract.
Operations
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (4)
172
if (_contractContext.Contract.
Operations
.Count <= 0)
178
OperationInfo[] infos = new OperationInfo[_contractContext.Contract.
Operations
.Count];
180
foreach (OperationDescription operation in _contractContext.Contract.
Operations
)
195
foreach (OperationDescription operation in _contractContext.Contract.
Operations
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataImporter.cs (1)
114
foreach (OperationDescription operation in policyContext.Contract.
Operations
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs (2)
227
foreach (OperationDescription operation in contract.
Operations
)
426
foreach (OperationDescription operation in contract.
Operations
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceEndpoint.cs (2)
238
for (int j = 0; j < contract.
Operations
.Count; j++)
240
OperationDescription op = contract.
Operations
[j];
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (19)
191
contract.
Operations
.Add(operation);
208
contract.
Operations
.Add(operation);
215
for (int i = 0; i < contractDesc.
Operations
.Count; i++)
217
OperationDescription operationDescription = contractDesc.
Operations
[i];
226
for (int i = 0; i < contractDesc.
Operations
.Count; i++)
228
OperationDescription opDesc = contractDesc.
Operations
[i];
278
for (int i = 0; i < contractDesc.
Operations
.Count; i++)
280
OperationDescription operationDescription = contractDesc.
Operations
[i];
334
foreach (OperationDescription operationDescription in contractDesc.
Operations
)
347
foreach (OperationDescription operationDescription in contractDesc.
Operations
)
611
for (int i = 0; i < serviceEndpoint.Contract.
Operations
.Count; i++)
613
OperationDescription opDesc = serviceEndpoint.Contract.
Operations
[i];
693
contractDescription.
Operations
.Add(operation);
772
foreach (OperationDescription op in inheritedContractDescription.
Operations
)
774
if (!contractDescription.
Operations
.Contains(op)) // in a diamond hierarchy, ensure we don't add same op twice from two different parents
777
Collection<OperationDescription> existingOps = contractDescription.
Operations
.FindAll(op.Name);
787
contractDescription.
Operations
.Add(op);
871
Collection<OperationDescription> operations = contractDescription.
Operations
.FindAll(operationName.EncodedName);
897
contractDescription.
Operations
.Remove(existingOp);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlContractConversionContext.cs (1)
56
foreach (OperationDescription operation in _contract.
Operations
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlEndpointConversionContext.cs (1)
77
foreach (OperationDescription operation in _endpoint.Contract.
Operations
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (3)
51
foreach (OperationDescription operation in contract.
Operations
)
180
foreach (OperationDescription operation in endpoint.Contract.
Operations
)
744
foreach (OperationDescription operation in endpoint.Contract.
Operations
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (6)
547
contract.
Operations
.Add(operationDescription);
983
foreach (OperationDescription operationDescription in contract.
Operations
)
1631
foreach (OperationDescription operation in policyContext.Contract.
Operations
)
1663
foreach (OperationDescription operation in policyContext.Contract.
Operations
)
2205
policyAlternatives.OperationBindingAlternatives = new Dictionary<OperationDescription, IEnumerable<IEnumerable<XmlElement>>>(endpointContext.Endpoint.Contract.
Operations
.Count);
2209
foreach (OperationDescription operation in endpointContext.Endpoint.Contract.
Operations
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
97
foreach (OperationDescription operation in contract.
Operations
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OperationSelectorBehavior.cs (2)
41
for (int i = 0; i < description.
Operations
.Count; i++)
43
OperationDescription operation = description.
Operations
[i];
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ChannelProtectionRequirements.cs (1)
226
foreach (OperationDescription operation in contract.
Operations
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy.cs (3)
1358
foreach (OperationDescription operation in policyContext.Contract.
Operations
)
2999
for (int j = 0; j < contract.
Operations
.Count; ++j)
3001
OperationDescription operation = contract.
Operations
[j];
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrustDec2005.cs (1)
115
SetProtectionLevelForFederation(result.Endpoint.Contract.
Operations
);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrustFeb2005.cs (1)
211
SetProtectionLevelForFederation(result.Endpoint.Contract.
Operations
);
ImportModule.cs (1)
185
foreach (OperationDescription operation in contract.
Operations
)