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