1 write to Type
System.Web (1)
Configuration\ProfilePropertySettings.cs (1)
95
Type
= profileType;
5 references to Type
System.Web (5)
Configuration\ProfileSection.cs (1)
169
hashCombiner.AddObject(pps.
Type
);
Profile\HttpProfileBase.cs (4)
335
t = ResolvePropertyTypeForCommonTypes(pps.
Type
.ToLower(System.Globalization.CultureInfo.InvariantCulture));
337
t = BuildManager.GetType(pps.
Type
, false);
339
prop.PropertyCodeRefType = new CodeTypeReference(pps.
Type
);
496
pps.TypeInternal = ResolvePropertyType(pps.
Type
);