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