1 write to UseVirtualCall
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
736UseVirtualCall = useVirtualCall;
4 references to UseVirtualCall
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (4)
295return new ImportThunk(this, key.Helper, key.ContainingImportSection, key.UseVirtualCall, key.UseJumpableStub); 744UseVirtualCall == other.UseVirtualCall && 755return HashCode.Combine(Helper, ContainingImportSection, UseVirtualCall, UseJumpableStub);