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