7 references to Operations
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (1)
1079
foreach (WsdlNS.Operation operation in portType.
Operations
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (1)
64
wsdlPortType.
Operations
.Add(wsdlOperation);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (3)
316
foreach (WsdlNS.Operation wsdlOperation in wsdlPortType.
Operations
)
718
foreach (WsdlNS.Operation wsdlOperation in wsdlPortType.
Operations
)
882
foreach (WsdlNS.Operation wsdlOperation in wsdlPortType.
Operations
)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (2)
1797
global::System.Web.Services.Description.OperationCollection a = (global::System.Web.Services.Description.OperationCollection)o.
@Operations
;
7825
global::System.Web.Services.Description.OperationCollection a_5 = (global::System.Web.Services.Description.OperationCollection)o.
@Operations
;