1 write to _debugInfo
ILCompiler.RyuJit (1)
Compiler\DependencyAnalysis\MethodCodeNode.cs (1)
172_debugInfo = debugInfo;
5 references to _debugInfo
ILCompiler.RyuJit (5)
Compiler\DependencyAnalysis\MethodCodeNode.cs (5)
155public bool IsStateMachineMoveNextMethod => _debugInfo.IsStateMachineMoveNextMethod; 171Debug.Assert(_debugInfo == null); 194foreach (var paramName in _debugInfo.GetParameterNames()) 204var localVariables = _debugInfo.GetLocalVariables(); 269foreach (var sequencePoint in _debugInfo.GetSequencePoints())