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