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