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)
198JitHelper.GetEntryPoint(_compilation.TypeSystemContext, key, out mangledName, out methodDesc); 203entryPoint = _compilation.NodeFactory.ExternFunctionSymbol(new Utf8String(mangledName)); 205entryPoint = _compilation.NodeFactory.MethodEntrypoint(methodDesc);