1 instantiation of CompilerWrapper
PresentationBuildTasks (1)
BuildTasks\MS\Internal\Tasks\TaskHelper.cs (1)
392
compilerWrapper = new
CompilerWrapper
();
6 references to CompilerWrapper
PresentationBuildTasks (6)
BuildTasks\Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (1)
1239
CompilerWrapper
compilerWrapper = null;
BuildTasks\Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (1)
655
CompilerWrapper
compilerWrapper = null;
BuildTasks\MS\Internal\Tasks\TaskHelper.cs (4)
368
internal static
CompilerWrapper
CreateCompilerWrapper(bool fInSeparateDomain, ref AppDomain appDomain)
370
CompilerWrapper
compilerWrapper;
385
typeof(
CompilerWrapper
).FullName,
388
null, null, null, null, null) as
CompilerWrapper
;