3 references to GetPropertiesForCompilation
System.Web (3)
Compilation\ProfileBuildProvider.cs (2)
52if (ProfileBase.GetPropertiesForCompilation().Count == 0 && !ProfileBase.InheritsFromCustomType && ProfileManager.DynamicProfileProperties.Count == 0) { 89Hashtable properties = ProfileBase.GetPropertiesForCompilation();
Profile\HttpProfileBase.cs (1)
313Hashtable props = GetPropertiesForCompilation();