5 references to ProfileGroupBase
System.Web (5)
Compilation\ProfileBuildProvider.cs (1)
261
grpType.BaseTypes.Add(new CodeTypeReference(typeof(
ProfileGroupBase
)));
Profile\HttpProfileBase.cs (4)
85
public
ProfileGroupBase
GetProfileGroup(string groupName) {
86
ProfileGroupBase
grp = (
ProfileGroupBase
)_Groups[groupName];
96
grp = (
ProfileGroupBase
)Activator.CreateInstance(t);