2 instantiations of Types
System.Web.Services.Description (2)
System\Web\Services\Description\ServiceDescription.cs (1)
80get { if (_types == null) { _types = new Types(); } return _types; }
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
8252o = new global::System.Web.Services.Description.Types();
8 references to Types
System.Web.Services.Description (8)
System\Web\Services\Configuration\WebServicesSection.cs (1)
51table.Add(typeof(Types), new XmlAttributes());
System\Web\Services\Description\ServiceDescription.cs (2)
35private Types _types; 78public Types Types
System\Web\Services\Description\ServiceDescriptionSerializer.cs (5)
77Write67_Types(@"types", @"http://schemas.xmlsoap.org/wsdl/", ((global::System.Web.Services.Description.Types)o.@Types), false, false); 2064private void Write67_Types(string n, string ns, global::System.Web.Services.Description.Types o, bool isNullable, bool needType) { 2075if (t == typeof(global::System.Web.Services.Description.Types)) { 8230private global::System.Web.Services.Description.Types Read67_Types(bool isNullable, bool checkType) { 8251global::System.Web.Services.Description.Types o;