1 write to Type
System.Configuration (1)
System\Configuration\ProviderSettings.cs (1)
41Type = type;
9 references to Type
System.Configuration (1)
System\Configuration\ProtectedConfigurationSection.cs (1)
57Type t = TypeUtil.GetTypeWithReflectionPermission(pn.Type, true);
System.Web (8)
Configuration\HealthMonitoringSectionHelper.cs (2)
114type = ConfigUtil.GetType(providerSettings.Type, "type", providerSettings); 537string typeName = providerSettings.Type;
Configuration\ProvidersHelper.cs (2)
25string pnType = (providerSettings.Type == null) ? null : providerSettings.Type.Trim();
Hosting\ApplicationManager.cs (1)
1087settings["type"] = cacheProviderSettings.Type;
Hosting\HostingEnvironment.cs (1)
1476settings["type"] = cacheProviderSettings.Type;
Security\Membership.cs (1)
465Type t = Type.GetType(ps.Type, true, true);
Security\Roles.cs (1)
536Type t = Type.GetType(ps.Type, true, true);