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