8 references to Passive
ILCompiler.ReadyToRun (8)
parent\parent\Common\Compiler\ObjectWriter\Wasm\IWasmDataSegment.cs (2)
48WasmDataSegmentType SegmentType => WasmDataSegmentType.Passive; 90WasmDataSegmentType.Passive =>
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 (3)
36WasmDataSegmentEncoding.GetHeaderSize(WasmDataSegmentType.Passive, initExpr: null); 59public WasmDataSegmentType SegmentType => WasmDataSegmentType.Passive; 68WasmDataSegmentType.Passive,