2 references to InheritsFromCustomType
System.Web (2)
Compilation\ProfileBuildProvider.cs (1)
52
if (ProfileBase.GetPropertiesForCompilation().Count == 0 && !ProfileBase.
InheritsFromCustomType
&& ProfileManager.DynamicProfileProperties.Count == 0) {
Profile\HttpProfileBase.cs (1)
316
if (props.Count > 0 ||
InheritsFromCustomType
)