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