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