1 override of GetCompilationError
ILCompiler.Compiler (1)
Compiler\ILScanner.cs (1)
889public override TypeSystemException GetCompilationError(MethodDesc method)
1 reference to GetCompilationError
ILCompiler.RyuJit (1)
Compiler\RyuJitCompilation.cs (1)
198TypeSystemException exception = _methodImportationErrorProvider.GetCompilationError(method);