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