1 override of Scan
ILCompiler.Compiler (1)
Compiler\Dataflow\ReflectionMethodBodyScanner.cs (1)
121
protected override void
Scan
(MethodIL methodIL, ref InterproceduralState interproceduralState)
2 references to Scan
ILCompiler.Compiler (2)
Compiler\Dataflow\MethodBodyScanner.cs (1)
311
Scan
(methodBodyValue.MethodBody, ref interproceduralState);
Compiler\Dataflow\ReflectionMethodBodyScanner.cs (1)
124
base.
Scan
(methodIL, ref interproceduralState);