2 references to UseVirtualCall
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\WasmImportThunkPortableEntrypoint.cs (2)
17
public bool UseVirtualCall => _import.
UseVirtualCall
;
23
Debug.Assert(!import.
UseVirtualCall
); // We don't currently support these for WASM, so detect them early so we can diagnose issues faster.