1 write to _ehInfo
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\MethodWithGCInfo.cs (1)
356_ehInfo = ehInfo;
3 references to _ehInfo
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRun\MethodWithGCInfo.cs (3)
320public ObjectData EHInfo => _ehInfo; 355Debug.Assert(_ehInfo == null); 391if (_ehInfo?.Data is not { Length: > 0 } data)