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