1 write to _compilation
ILCompiler.Compiler (1)
Compiler\ILScanner.cs (1)
187
_compilation
= compilation;
3 references to _compilation
ILCompiler.Compiler (3)
Compiler\ILScanner.cs (3)
198
JitHelper.GetEntryPoint(
_compilation
.TypeSystemContext, key, out mangledName, out methodDesc);
203
entryPoint =
_compilation
.NodeFactory.ExternFunctionSymbol(new Utf8String(mangledName));
205
entryPoint =
_compilation
.NodeFactory.MethodEntrypoint(methodDesc);