1 instantiation of OperationOutput
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
7921o = new global::System.Web.Services.Description.OperationOutput();
12 references to OperationOutput
System.Web.Services.Description (12)
System\Web\Services\Configuration\WebServicesSection.cs (1)
46table.Add(typeof(OperationOutput), new XmlAttributes());
System\Web\Services\Description\ServiceDescription.cs (5)
867XmlElement("output", typeof(OperationOutput))] 1347public OperationOutput Output 1353OperationOutput output = List[i] as OperationOutput; 1424if (!(value is OperationInput || value is OperationOutput))
System\Web\Services\Description\ServiceDescriptionSerializer.cs (6)
1750if (ai is global::System.Web.Services.Description.OperationOutput) { 1751Write72_OperationOutput(@"output", @"http://schemas.xmlsoap.org/wsdl/", ((global::System.Web.Services.Description.OperationOutput)ai), false, false); 1888private void Write72_OperationOutput(string n, string ns, global::System.Web.Services.Description.OperationOutput o, bool isNullable, bool needType) { 1899if (t == typeof(global::System.Web.Services.Description.OperationOutput)) { 7899private global::System.Web.Services.Description.OperationOutput Read72_OperationOutput(bool isNullable, bool checkType) { 7920global::System.Web.Services.Description.OperationOutput o;