1 write to _debugVarInfos
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\MethodWithGCInfo.cs (1)
376
_debugVarInfos
= DebugInfoTableNode.CreateVarBlobForMethod(debugVarInfos, _method.Context.Target);
2 references to _debugVarInfos
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\MethodWithGCInfo.cs (2)
360
public byte[] DebugVarInfos =>
_debugVarInfos
;
373
Debug.Assert(
_debugVarInfos
== null);