6 references to CompilationResult
ILCompiler.RyuJit (6)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (6)
343private CompilationResult CompileMethodInternal(IMethodNode methodCodeNodeNeedingCode, MethodIL methodIL) 450CompilationResult compilationCompleteBehavior = CompilationResult.CompilationComplete; 452if (compilationCompleteBehavior == CompilationResult.CompilationRetryRequested) 459return CompilationResult.CompilationComplete; 462partial void DetermineIfCompilationShouldBeRetried(ref CompilationResult result);