1 write to _debugLocInfos
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\MethodWithGCInfo.cs (1)
367
_debugLocInfos
= DebugInfoTableNode.CreateBoundsBlobForMethod(debugLocInfos);
2 references to _debugLocInfos
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\MethodWithGCInfo.cs (2)
358
public byte[] DebugLocInfos =>
_debugLocInfos
;
364
Debug.Assert(
_debugLocInfos
== null);