2 references to GetHeaderSize
ILCompiler.ReadyToRun (2)
parent\parent\Common\Compiler\ObjectWriter\Wasm\WasmByteArrayDataSegment.cs (1)
36public int HeaderSize => WasmDataSegmentEncoding.GetHeaderSize(WasmDataSegmentType.Passive, initExpr: null);
parent\parent\Common\Compiler\ObjectWriter\Wasm\WebcilPayloadDataSegment.cs (1)
36WasmDataSegmentEncoding.GetHeaderSize(WasmDataSegmentType.Passive, initExpr: null);