2 implementations of SegmentType
ILCompiler.ReadyToRun (2)
parent\parent\Common\Compiler\ObjectWriter\Wasm\IWasmDataSegment.cs (1)
65
WasmDataSegmentType IWasmDataSegment.
SegmentType
=> WasmDataSegmentType.Active;
parent\parent\Common\Compiler\ObjectWriter\Wasm\WebcilPayloadDataSegment.cs (1)
59
public WasmDataSegmentType
SegmentType
=> WasmDataSegmentType.Passive;
1 reference to SegmentType
ILCompiler.ReadyToRun (1)
parent\parent\Common\Compiler\ObjectWriter\Wasm\WasmDataSection.cs (1)
131
if (segment.
SegmentType
== WasmDataSegmentType.Passive)