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