1 instantiation of ReflectionMethodBodyScanner
illink (1)
Linker.Steps\MarkStep.cs (1)
4139
var scanner = new
ReflectionMethodBodyScanner
(Context, this, origin);
11 references to ReflectionMethodBodyScanner
illink (11)
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 (9)
3814
if (
ReflectionMethodBodyScanner
.RequiresReflectionMethodBodyScannerForMethodBody(Context, methodIL.Method))
3827
if (
ReflectionMethodBodyScanner
.RequiresReflectionMethodBodyScannerForCallSite(Context, (MethodReference)instruction.Operand))
3849
if (
ReflectionMethodBodyScanner
.RequiresReflectionMethodBodyScannerForCallSite(Context, methodReference))
3889
ReflectionMethodBodyScanner
.RequiresReflectionMethodBodyScannerForMethodBody(Context, methodIL.Method);
3939
=>
ReflectionMethodBodyScanner
.RequiresReflectionMethodBodyScannerForAccess(Context, (FieldReference)instruction.Operand),
3952
=>
ReflectionMethodBodyScanner
.RequiresReflectionMethodBodyScannerForAccess(Context, (TypeReference)instruction.Operand),
3985
ReflectionMethodBodyScanner
.RequiresReflectionMethodBodyScannerForCallSite(Context, methodReference);
4014
ReflectionMethodBodyScanner
.RequiresReflectionMethodBodyScannerForCallSite(Context, methodReference);
4139
var
scanner = new ReflectionMethodBodyScanner(Context, this, origin);