2 references to IsPInvokeDangerous
ILCompiler.Compiler (2)
Compiler\Dataflow\HandleCallAction.cs (1)
200if (ReflectionMethodBodyScanner.IsPInvokeDangerous(calledMethod.Method, out bool comDangerousMethod, out bool aotUnsafeDelegate))
Compiler\Dataflow\ReflectionMethodBodyScanner.cs (1)
45IsPInvokeDangerous(method, out _, out _);