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