1 write to _fixups
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\MethodWithGCInfo.cs (1)
40
_fixups
= new List<ISymbolNode>();
3 references to _fixups
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRun\MethodWithGCInfo.cs (3)
96
public List<ISymbolNode> Fixups =>
_fixups
;
177
foreach (ISymbolNode node in
_fixups
)
274
foreach (ISymbolNode node in
_fixups
)