16 references to WasmDataSegmentType
ILCompiler.ReadyToRun (16)
parent\parent\Common\Compiler\ObjectWriter\Wasm\IWasmDataSegment.cs (9)
48WasmDataSegmentType SegmentType => WasmDataSegmentType.Passive; 65WasmDataSegmentType IWasmDataSegment.SegmentType => WasmDataSegmentType.Active; 81WasmDataSegmentType type, 86WasmDataSegmentType.Active => 90WasmDataSegmentType.Passive => 99WasmDataSegmentType type, 105if (type == WasmDataSegmentType.Active)
parent\parent\Common\Compiler\ObjectWriter\Wasm\WasmByteArrayDataSegment.cs (2)
36public int HeaderSize => WasmDataSegmentEncoding.GetHeaderSize(WasmDataSegmentType.Passive, initExpr: null); 46WasmDataSegmentType.Passive,
parent\parent\Common\Compiler\ObjectWriter\Wasm\WasmDataSection.cs (1)
131if (segment.SegmentType == WasmDataSegmentType.Passive)
parent\parent\Common\Compiler\ObjectWriter\Wasm\WebcilPayloadDataSegment.cs (4)
36WasmDataSegmentEncoding.GetHeaderSize(WasmDataSegmentType.Passive, initExpr: null); 59public WasmDataSegmentType SegmentType => WasmDataSegmentType.Passive; 68WasmDataSegmentType.Passive,