1 instantiation of ReflectionMethodBodyScanner
illink (1)
Linker.Steps\MarkStep.cs (1)
3749
var scanner = new
ReflectionMethodBodyScanner
(Context, this, origin);
9 references to ReflectionMethodBodyScanner
illink (9)
Linker.Dataflow\HandleCallAction.cs (1)
58
if (
ReflectionMethodBodyScanner
.IsPInvokeDangerous (calledMethod.Definition, _context, out bool comDangerousMethod)) {
Linker.Dataflow\TrimAnalysisMethodCallPattern.cs (1)
68
ReflectionMethodBodyScanner
.HandleCall (Operation, CalledMethod, Instance, Arguments,
Linker.Steps\MarkStep.cs (7)
3499
if (
ReflectionMethodBodyScanner
.RequiresReflectionMethodBodyScannerForMethodBody (Context, methodIL.Method))
3510
if (
ReflectionMethodBodyScanner
.RequiresReflectionMethodBodyScannerForCallSite (Context, (MethodReference) instruction.Operand))
3548
ReflectionMethodBodyScanner
.RequiresReflectionMethodBodyScannerForMethodBody (Context, methodIL.Method);
3595
=>
ReflectionMethodBodyScanner
.RequiresReflectionMethodBodyScannerForAccess (Context, (FieldReference) instruction.Operand),
3598
=>
ReflectionMethodBodyScanner
.RequiresReflectionMethodBodyScannerForAccess (Context, (FieldReference) instruction.Operand),
3627
ReflectionMethodBodyScanner
.RequiresReflectionMethodBodyScannerForCallSite (Context, methodReference);
3749
var
scanner = new ReflectionMethodBodyScanner (Context, this, origin);