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