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