1 write to _fixups
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\MethodWithGCInfo.cs (1)
39
_fixups
= new List<ISymbolNode>();
3 references to _fixups
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRun\MethodWithGCInfo.cs (3)
95
public List<ISymbolNode> Fixups =>
_fixups
;
176
foreach (ISymbolNode node in
_fixups
)
273
foreach (ISymbolNode node in
_fixups
)