5 references to CompilationRetryRequested
ILCompiler.ReadyToRun (5)
JitInterface\CorInfoImpl.ReadyToRun.cs (4)
739result = CompilationResult.CompilationRetryRequested; 745if ((_ilBodiesNeeded != null) || InfiniteCompileStress.Enabled || result == CompilationResult.CompilationRetryRequested) 748result = CompilationResult.CompilationRetryRequested; 878if (compilationResult == CompilationResult.CompilationRetryRequested && logger.IsVerbose)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
433if (compilationCompleteBehavior == CompilationResult.CompilationRetryRequested)