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)
320
public ObjectData EHInfo =>
_ehInfo
;
355
Debug.Assert(
_ehInfo
== null);
391
if (
_ehInfo
?.Data is not { Length: > 0 } data)