2 instantiations of Types
dotnet-svcutil-lib (2)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (1)
118
get { if (_types == null) _types = new
Types
(); return _types; }
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
8414
o = new global::System.Web.Services.Description.
Types
();
8 references to Types
dotnet-svcutil-lib (8)
FrameworkFork\System.Web.Services\Configuration\WebServicesSection.cs (1)
49
table.Add(typeof(
Types
), new XmlAttributes());
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (2)
39
private
Types
_types;
116
public
Types
Types
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (5)
89
Write67_Types(@"types", @"http://schemas.xmlsoap.org/wsdl/", ((global::System.Web.Services.Description.
Types
)o.@Types), false, false);
2225
private void Write67_Types(string n, string ns, global::System.Web.Services.Description.
Types
o, bool isNullable, bool needType)
2235
if (t == typeof(global::System.Web.Services.Description.
Types
))
8399
private global::System.Web.Services.Description.
Types
Read67_Types(bool isNullable, bool checkType)
8413
global::System.Web.Services.Description.
Types
o;