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