3 instantiations of OperationInput
System.ServiceModel (1)
System\ServiceModel\Description\WsdlExporter.cs (1)
282
wsdlOperationMessage = new WsdlNS.
OperationInput
();
System.Web.Services (2)
System\Web\Services\Description\ProtocolReflector.cs (1)
203
OperationInput input = new
OperationInput
();
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
6547
o = new global::System.Web.Services.Description.
OperationInput
();
21 references to OperationInput
System.ServiceModel (6)
System\ServiceModel\Description\MessageContractImporter.cs (2)
321
if (operationMessage is WsdlNS.
OperationInput
)
391
if (wsdlOperationMessage is WsdlNS.
OperationInput
)
System\ServiceModel\Description\WsdlHelper.cs (1)
250
WsdlNS.
OperationInput
messageInput = operation.Messages.Input;
System\ServiceModel\Description\WsdlImporter.cs (3)
499
if (wsdlOperationMessage is WsdlNS.
OperationInput
)
936
if (wsdlOperationMessage is WsdlNS.
OperationInput
)
1225
if (wsdlOperationMessage is WsdlNS.
OperationInput
)
System.Web.Services (15)
System\Web\Services\Configuration\WebServicesSection.cs (1)
187
table.Add(typeof(
OperationInput
), new XmlAttributes());
System\Web\Services\Description\ProtocolReflector.cs (1)
203
OperationInput
input = new OperationInput();
System\Web\Services\Description\ServiceDescription.cs (7)
1126
[XmlElement("input", typeof(
OperationInput
)),
1727
public
OperationInput
Input {
1730
OperationInput
input = List[i] as
OperationInput
;
1765
if (List[0] is
OperationInput
) {
1773
if (List[0] is
OperationInput
) {
1816
if (!(value is
OperationInput
|| value is OperationOutput))
System\Web\Services\Description\ServiceDescriptionSerializer.cs (6)
1472
else if (ai is global::System.Web.Services.Description.
OperationInput
) {
1473
Write71_OperationInput(@"input", @"http://schemas.xmlsoap.org/wsdl/", ((global::System.Web.Services.Description.
OperationInput
)ai), false, false);
1543
void Write71_OperationInput(string n, string ns, global::System.Web.Services.Description.
OperationInput
o, bool isNullable, bool needType) {
1550
if (t == typeof(global::System.Web.Services.Description.
OperationInput
)) {
6535
global::System.Web.Services.Description.
OperationInput
Read71_OperationInput(bool isNullable, bool checkType) {
6546
global::System.Web.Services.Description.
OperationInput
o;