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