8 references to Passive
ILCompiler.ReadyToRun (8)
parent\parent\Common\Compiler\ObjectWriter\Wasm\IWasmDataSegment.cs (2)
48
WasmDataSegmentType SegmentType => WasmDataSegmentType.
Passive
;
90
WasmDataSegmentType.
Passive
=>
parent\parent\Common\Compiler\ObjectWriter\Wasm\WasmByteArrayDataSegment.cs (2)
36
public int HeaderSize => WasmDataSegmentEncoding.GetHeaderSize(WasmDataSegmentType.
Passive
, initExpr: null);
46
WasmDataSegmentType.
Passive
,
parent\parent\Common\Compiler\ObjectWriter\Wasm\WasmDataSection.cs (1)
131
if (segment.SegmentType == WasmDataSegmentType.
Passive
)
parent\parent\Common\Compiler\ObjectWriter\Wasm\WebcilPayloadDataSegment.cs (3)
36
WasmDataSegmentEncoding.GetHeaderSize(WasmDataSegmentType.
Passive
, initExpr: null);
59
public WasmDataSegmentType SegmentType => WasmDataSegmentType.
Passive
;
68
WasmDataSegmentType.
Passive
,