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