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)
361public DebugEHClauseInfo[] DebugEHClauseInfos => _debugEHClauseInfos; 381Debug.Assert(_debugEHClauseInfos == null);