1 write to _debugLocInfos
ILCompiler.RyuJit (1)
Compiler\DependencyAnalysis\MethodCodeNode.cs (1)
157_debugLocInfos = debugLocInfos;
5 references to _debugLocInfos
ILCompiler.RyuJit (5)
Compiler\DependencyAnalysis\MethodCodeNode.cs (5)
148public DebugLocInfo[] DebugLocInfos => _debugLocInfos; 156Debug.Assert(_debugLocInfos == null); 260if (_debugLocInfos == null) 263var sequencePoints = new (string Document, int LineNumber)[_debugLocInfos.Length * 4 /* chosen empirically */]; 298foreach (var nativeMapping in _debugLocInfos)