1 write to _methodIL
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\DataflowAnalyzedMethodNode.cs (1)
28
_methodIL
= methodIL;
2 references to _methodIL
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\DataflowAnalyzedMethodNode.cs (2)
36
return Dataflow.ReflectionMethodBodyScanner.ScanAndProcessReturnValue(factory, mdManager.FlowAnnotations, mdManager.Logger,
_methodIL
, out _runtimeDependencies);
75
return "Dataflow analysis for " +
_methodIL
.OwningMethod.ToString();