1 instantiation of ReflectionMethodBodyScanner
illink (1)
Linker.Steps\MarkStep.cs (1)
4094
var scanner = new
ReflectionMethodBodyScanner
(Context, this, origin);
9 references to ReflectionMethodBodyScanner
illink (9)
Linker.Dataflow\HandleCallAction.cs (1)
60
if (
ReflectionMethodBodyScanner
.IsPInvokeDangerous(calledMethod.Definition, _context, out bool comDangerousMethod))
Linker.Dataflow\TrimAnalysisMethodCallPattern.cs (1)
71
ReflectionMethodBodyScanner
.HandleCall(Operation, CalledMethod, Instance, Arguments,
Linker.Steps\MarkStep.cs (7)
3818
if (
ReflectionMethodBodyScanner
.RequiresReflectionMethodBodyScannerForMethodBody(Context, methodIL.Method))
3831
if (
ReflectionMethodBodyScanner
.RequiresReflectionMethodBodyScannerForCallSite(Context, (MethodReference)instruction.Operand))
3870
ReflectionMethodBodyScanner
.RequiresReflectionMethodBodyScannerForMethodBody(Context, methodIL.Method);
3918
=>
ReflectionMethodBodyScanner
.RequiresReflectionMethodBodyScannerForAccess(Context, (FieldReference)instruction.Operand),
3921
=>
ReflectionMethodBodyScanner
.RequiresReflectionMethodBodyScannerForAccess(Context, (FieldReference)instruction.Operand),
3953
ReflectionMethodBodyScanner
.RequiresReflectionMethodBodyScannerForCallSite(Context, methodReference);
4094
var
scanner = new ReflectionMethodBodyScanner(Context, this, origin);