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