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