2 instantiations of OperationOutput
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (1)
284wsdlOperationMessage = new WsdlNS.OperationOutput();
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
8081o = new global::System.Web.Services.Description.OperationOutput();
16 references to OperationOutput
dotnet-svcutil-lib (16)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (2)
312if (operationMessage is WsdlNS.OperationOutput) 382if (wsdlOperationMessage is WsdlNS.OperationOutput)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (2)
503else if (wsdlOperationMessage is WsdlNS.OperationOutput) 1221else if (wsdlOperationMessage is WsdlNS.OperationOutput)
FrameworkFork\System.Web.Services\Configuration\WebServicesSection.cs (1)
44table.Add(typeof(OperationOutput), new XmlAttributes());
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (5)
1259XmlElement("output", typeof(OperationOutput))] 1953public OperationOutput Output 1959OperationOutput output = List[i] as OperationOutput; 2043if (!(value is OperationInput || value is OperationOutput))
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (6)
1878if (ai is global::System.Web.Services.Description.OperationOutput) 1880Write72_OperationOutput(@"output", @"http://schemas.xmlsoap.org/wsdl/", ((global::System.Web.Services.Description.OperationOutput)ai), false, false); 2032private void Write72_OperationOutput(string n, string ns, global::System.Web.Services.Description.OperationOutput o, bool isNullable, bool needType) 2042if (t == typeof(global::System.Web.Services.Description.OperationOutput)) 8066private global::System.Web.Services.Description.OperationOutput Read72_OperationOutput(bool isNullable, bool checkType) 8080global::System.Web.Services.Description.OperationOutput o;