1 implementation of ICompilation
ILCompiler.Compiler (1)
Compiler\Compilation.cs (1)
23
public abstract class Compilation :
ICompilation
4 references to ICompilation
ilc (1)
Program.cs (1)
619
ICompilation
compilation = builder.ToCompilation();
ILCompiler.Compiler (2)
Compiler\Compilation.cs (1)
543
CompilationResults
ICompilation
.Compile(string outputFile, ObjectDumper dumper)
src\runtime\src\coreclr\tools\Common\Compiler\CompilationBuilder.cs (1)
94
public abstract
ICompilation
ToCompilation();
ILCompiler.RyuJit (1)
Compiler\RyuJitCompilationBuilder.cs (1)
94
public override
ICompilation
ToCompilation()