2 instantiations of BuildResultCompiledGlobalAsaxType
System.Web (2)
Compilation\ApplicationBuildProvider.cs (1)
76BuildResultCompiledGlobalAsaxType result = new BuildResultCompiledGlobalAsaxType(t);
Compilation\BuildResult.cs (1)
97ret = new BuildResultCompiledGlobalAsaxType();
9 references to BuildResultCompiledGlobalAsaxType
System.Web (9)
Compilation\ApplicationBuildProvider.cs (5)
21internal static BuildResultCompiledGlobalAsaxType GetGlobalAsaxBuildResult(bool isPrecompiledApp) { 26BuildResultCompiledGlobalAsaxType result = BuildManager.GetBuildResultFromCache(cacheKey) as 27BuildResultCompiledGlobalAsaxType; 55result = (BuildResultCompiledGlobalAsaxType) buildProvider.GetBuildResult(results); 76BuildResultCompiledGlobalAsaxType result = new BuildResultCompiledGlobalAsaxType(t);
Compilation\BuildManager.cs (3)
111private BuildResultCompiledGlobalAsaxType _globalAsaxBuildResult; 1989internal static BuildResultCompiledGlobalAsaxType GetGlobalAsaxBuildResult() { 1993private BuildResultCompiledGlobalAsaxType GetGlobalAsaxBuildResultInternal() {
HttpApplicationFactory.cs (1)
197BuildResultCompiledGlobalAsaxType result = BuildManager.GetGlobalAsaxBuildResult();