2 types derived from Compilation
ILCompiler.Compiler (1)
Compiler\ILScanner.cs (1)
29
internal sealed class ILScanner :
Compilation
, IILScanner
ILCompiler.RyuJit (1)
Compiler\RyuJitCompilation.cs (1)
23
public sealed class RyuJitCompilation :
Compilation
4 references to Compilation
ILCompiler.Compiler (4)
Compiler\DependencyAnalysis\GenericLookupResult.cs (1)
1015
MethodDesc defaultCtor =
Compilation
.GetConstructorForCreateInstanceIntrinsic(instantiatedType);
Compiler\ILScanner.cs (2)
183
private
Compilation
_compilation;
185
public HelperCache(
Compilation
compilation)
IL\ILImporter.Scanner.cs (1)
560
MethodDesc ctor =
Compilation
.GetConstructorForCreateInstanceIntrinsic(type);