2 references to IsAotUnsafeDelegate
ILCompiler.Compiler (2)
Compiler\Dataflow\ReflectionMethodBodyScanner.cs (2)
490
aotUnsafeDelegate =
IsAotUnsafeDelegate
(calledMethod.Signature.ReturnType);
501
aotUnsafeDelegate |=
IsAotUnsafeDelegate
(calledMethod.Signature[paramIndex]);