16 references to WasmDataSegmentType
ILCompiler.ReadyToRun (16)
parent\parent\Common\Compiler\ObjectWriter\Wasm\IWasmDataSegment.cs (9)
48
WasmDataSegmentType
SegmentType =>
WasmDataSegmentType
.Passive;
65
WasmDataSegmentType
IWasmDataSegment.SegmentType =>
WasmDataSegmentType
.Active;
81
WasmDataSegmentType
type,
86
WasmDataSegmentType
.Active =>
90
WasmDataSegmentType
.Passive =>
99
WasmDataSegmentType
type,
105
if (type ==
WasmDataSegmentType
.Active)
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 (4)
36
WasmDataSegmentEncoding.GetHeaderSize(
WasmDataSegmentType
.Passive, initExpr: null);
59
public
WasmDataSegmentType
SegmentType =>
WasmDataSegmentType
.Passive;
68
WasmDataSegmentType
.Passive,