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