2 references to IsPInvokeDangerous
illink (2)
Linker.Dataflow\HandleCallAction.cs (1)
58
if (ReflectionMethodBodyScanner.
IsPInvokeDangerous
(calledMethod.Definition, _context, out bool comDangerousMethod)) {
Linker.Dataflow\ReflectionMethodBodyScanner.cs (1)
35
IsPInvokeDangerous
(methodDefinition, context, out _);