Home
last modified time | relevance | path

Searched refs:HaveCustomProfile (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.Compilation/
H A DAppCodeCompiler.cs622 public static bool HaveCustomProfile (ProfileSection ps) in HaveCustomProfile() method in System.Web.Compilation.AppCodeCompiler
644 bool haveCustomProfile = HaveCustomProfile (ps); in Compile()
H A DBaseCompiler.cs414 …if (AppCodeCompiler.HaveCustomProfile (WebConfigurationManager.GetWebApplicationSection ("system.w… in CreateProfileProperty()