4 references to InheritsFromTypeString
System.Web (4)
Compilation\ProfileBuildProvider.cs (2)
92
Type baseType = Type.GetType(ProfileBase.
InheritsFromTypeString
, false);
114
type.BaseTypes.Add(new CodeTypeReference(ProfileBase.
InheritsFromTypeString
));
Profile\HttpProfileBase.cs (2)
222
t = BuildManager.GetType(
InheritsFromTypeString
, true, true);
224
t = GetPropType(
InheritsFromTypeString
);