1 write to _debugInfo
ILCompiler.RyuJit (1)
Compiler\DependencyAnalysis\MethodCodeNode.cs (1)
169_debugInfo = debugInfo;
5 references to _debugInfo
ILCompiler.RyuJit (5)
Compiler\DependencyAnalysis\MethodCodeNode.cs (5)
152public bool IsStateMachineMoveNextMethod => _debugInfo.IsStateMachineMoveNextMethod; 168Debug.Assert(_debugInfo == null); 191foreach (var paramName in _debugInfo.GetParameterNames()) 201var localVariables = _debugInfo.GetLocalVariables(); 266foreach (var sequencePoint in _debugInfo.GetSequencePoints())