2 references to _importationErrors
ILCompiler.Compiler (2)
Compiler\ILScanner.cs (2)
884
_importationErrors
.Add(scannedMethod.Method, scannedMethod.Exception);
890
=>
_importationErrors
.TryGetValue(method, out var exception) ? exception : null;