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)
151
public DebugLocInfo[] DebugLocInfos =>
_debugLocInfos
;
159
Debug.Assert(
_debugLocInfos
== null);
263
if (
_debugLocInfos
== null)
266
var sequencePoints = new (string Document, int LineNumber)[
_debugLocInfos
.Length * 4 /* chosen empirically */];
301
foreach (var nativeMapping in
_debugLocInfos
)