1 write to _debugEHClauseInfos
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\MethodWithGCInfo.cs (1)
382
_debugEHClauseInfos
= debugEHClauseInfos;
2 references to _debugEHClauseInfos
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\MethodWithGCInfo.cs (2)
361
public DebugEHClauseInfo[] DebugEHClauseInfos =>
_debugEHClauseInfos
;
381
Debug.Assert(
_debugEHClauseInfos
== null);