21 references to Operations
System.ServiceModel (7)
System\ServiceModel\Description\MessageContractImporter.cs (1)
1091
foreach (WsdlNS.Operation operation in portType.
Operations
)
System\ServiceModel\Description\WsdlExporter.cs (1)
64
wsdlPortType.
Operations
.Add(wsdlOperation);
System\ServiceModel\Description\WsdlHelper.cs (1)
248
foreach (WsdlNS.Operation operation in portType.
Operations
)
System\ServiceModel\Description\WsdlImporter.cs (3)
316
foreach (WsdlNS.Operation wsdlOperation in wsdlPortType.
Operations
)
720
foreach (WsdlNS.Operation wsdlOperation in wsdlPortType.
Operations
)
885
foreach (WsdlNS.Operation wsdlOperation in wsdlPortType.
Operations
)
System\ServiceModel\Security\WSTrustServiceContract.cs (1)
2133
foreach (Operation op in portType.
Operations
)
System.Web.Extensions (4)
Compilation\WCFModel\WsdlInspector.cs (4)
111
Operation[] operationsX = new Operation[x.
Operations
.Count];
112
x.
Operations
.CopyTo(operationsX, 0);
115
Operation[] operationsY = new Operation[y.
Operations
.Count];
116
y.
Operations
.CopyTo(operationsY, 0);
System.Web.Services (10)
System\Web\Services\Description\ProtocolImporter.cs (3)
389
for (int i = 0; i < portType.
Operations
.Count; i++) {
390
MoveToOperation(portType.
Operations
[i]);
449
if (portType.
Operations
.Count == 0)
System\Web\Services\Description\ProtocolReflector.cs (1)
434
portType.
Operations
.Add(operation);
System\Web\Services\Description\ServiceDescriptionImporter.cs (1)
328
foreach (Operation operation in portType.
Operations
) {
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
1406
global::System.Web.Services.Description.OperationCollection a = (global::System.Web.Services.Description.OperationCollection)o.
@Operations
;
6268
global::System.Web.Services.Description.OperationCollection a_5 = (global::System.Web.Services.Description.OperationCollection)o.
@Operations
;
System\Web\Services\Description\Soap12ProtocolReflector.cs (1)
60
foreach (Operation op in PortType.
Operations
) {
System\Web\Services\Description\WebServicesInteroperability.cs (2)
110
foreach (Operation op in portType.
Operations
) {
152
Operation operation = FindOperation(portType.
Operations
, bindingOperation);