2 instantiations of Types
System.Web.Services (2)
System\Web\Services\Description\ServiceDescription.cs (1)
112get { if (types == null) types = new Types(); return types; }
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
6755o = new global::System.Web.Services.Description.Types();
8 references to Types
System.Web.Services (8)
System\Web\Services\Configuration\WebServicesSection.cs (1)
193table.Add(typeof(Types), new XmlAttributes());
System\Web\Services\Description\ServiceDescription.cs (2)
40Types types; 111public Types Types {
System\Web\Services\Description\ServiceDescriptionSerializer.cs (5)
68Write67_Types(@"types", @"http://schemas.xmlsoap.org/wsdl/", ((global::System.Web.Services.Description.Types)o.@Types), false, false); 1743void Write67_Types(string n, string ns, global::System.Web.Services.Description.Types o, bool isNullable, bool needType) { 1750if (t == typeof(global::System.Web.Services.Description.Types)) { 6743global::System.Web.Services.Description.Types Read67_Types(bool isNullable, bool checkType) { 6754global::System.Web.Services.Description.Types o;