2 references to LowerToAbiType
ILCompiler.Compiler (2)
parent\parent\Common\JitInterface\WasmLowering.cs (2)
40
public static TypeDesc LowerToAbiType(TypeDesc type) =>
LowerToAbiType
(type, out _);
146
LowerToAbiType
(type, out TypeDesc multiSegmentType);