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