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