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