1 instantiation of DebugLocInfo
ILCompiler.RyuJit (1)
JitInterface\CorInfoImpl.RyuJit.cs (1)
1055
debugLocInfos.Add(new
DebugLocInfo
((int)nativeToILInfo->nativeOffset, ilOffset));
7 references to DebugLocInfo
ILCompiler.RyuJit (7)
Compiler\DependencyAnalysis\MethodCodeNode.cs (4)
25
private
DebugLocInfo
[] _debugLocInfos;
148
public
DebugLocInfo
[] DebugLocInfos => _debugLocInfos;
154
public void InitializeDebugLocInfos(
DebugLocInfo
[] debugLocInfos)
298
foreach (
var
nativeMapping in _debugLocInfos)
JitInterface\CorInfoImpl.RyuJit.cs (3)
38
private
DebugLocInfo
[] _debugLocInfos;
1035
ArrayBuilder<
DebugLocInfo
> debugLocInfos = default(ArrayBuilder<
DebugLocInfo
>);