2 instantiations of OperationInput
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (1)
282
wsdlOperationMessage = new WsdlNS.
OperationInput
();
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
8163
o = new global::System.Web.Services.Description.
OperationInput
();
19 references to OperationInput
dotnet-svcutil-lib (19)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (2)
310
if (operationMessage is WsdlNS.
OperationInput
)
380
if (wsdlOperationMessage is WsdlNS.
OperationInput
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (3)
501
if (wsdlOperationMessage is WsdlNS.
OperationInput
)
933
if (wsdlOperationMessage is WsdlNS.
OperationInput
)
1219
if (wsdlOperationMessage is WsdlNS.
OperationInput
)
FrameworkFork\System.Web.Services\Configuration\WebServicesSection.cs (1)
43
table.Add(typeof(
OperationInput
), new XmlAttributes());
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (7)
1258
[XmlElement("input", typeof(
OperationInput
)),
1933
public
OperationInput
Input
1939
OperationInput
input = List[i] as
OperationInput
;
1983
if (List[0] is
OperationInput
)
1994
if (List[0] is
OperationInput
)
2043
if (!(value is
OperationInput
|| value is OperationOutput))
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (6)
1882
else if (ai is global::System.Web.Services.Description.
OperationInput
)
1884
Write71_OperationInput(@"input", @"http://schemas.xmlsoap.org/wsdl/", ((global::System.Web.Services.Description.
OperationInput
)ai), false, false);
1971
private void Write71_OperationInput(string n, string ns, global::System.Web.Services.Description.
OperationInput
o, bool isNullable, bool needType)
1981
if (t == typeof(global::System.Web.Services.Description.
OperationInput
))
8148
private global::System.Web.Services.Description.
OperationInput
Read71_OperationInput(bool isNullable, bool checkType)
8162
global::System.Web.Services.Description.
OperationInput
o;