3 references to Helper
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRun\ReadyToRunHelperSignature.cs (1)
28
builder.EmitByte((byte)ReadyToRunFixupKind.
Helper
);
Compiler\DependencyAnalysis\ReadyToRun\ReadyToRunModuleSignature.cs (2)
32
builder.EmitByte((byte)ReadyToRunFixupKind.
Helper
);
36
builder.EmitByte((byte)(ReadyToRunFixupKind.
Helper
| ReadyToRunFixupKind.ModuleOverride));