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