2 references to GetReproInstructions
ILCompiler.ReadyToRun (2)
Compiler\ReadyToRunCodegenCompilation.cs (1)
936Logger.Writer.WriteLine($"Single method repro args:{GetReproInstructions(method)}");
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
743_compilation.Logger.LogMessage($"ERROR: Determinism check compiling method '{MethodBeingCompiled}' failed. Use '{_compilation.GetReproInstructions(MethodBeingCompiled)}' on command line to reproduce the failure.");