1 instantiation of OperationInput
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
8001o = new global::System.Web.Services.Description.OperationInput();
14 references to OperationInput
System.Web.Services.Description (14)
System\Web\Services\Configuration\WebServicesSection.cs (1)
45table.Add(typeof(OperationInput), new XmlAttributes());
System\Web\Services\Description\ServiceDescription.cs (7)
866[XmlElement("input", typeof(OperationInput)), 1331public OperationInput Input 1337OperationInput input = List[i] as OperationInput; 1374if (List[0] is OperationInput) 1385if (List[0] is OperationInput) 1424if (!(value is OperationInput || value is OperationOutput))
System\Web\Services\Description\ServiceDescriptionSerializer.cs (6)
1753else if (ai is global::System.Web.Services.Description.OperationInput) { 1754Write71_OperationInput(@"input", @"http://schemas.xmlsoap.org/wsdl/", ((global::System.Web.Services.Description.OperationInput)ai), false, false); 1832private void Write71_OperationInput(string n, string ns, global::System.Web.Services.Description.OperationInput o, bool isNullable, bool needType) { 1843if (t == typeof(global::System.Web.Services.Description.OperationInput)) { 7979private global::System.Web.Services.Description.OperationInput Read71_OperationInput(bool isNullable, bool checkType) { 8000global::System.Web.Services.Description.OperationInput o;