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