1 write to _dataSection
ILCompiler.Compiler (1)
parent\parent\Common\Compiler\ObjectWriter\WasmRelocatableObjectWriter.cs (1)
54
_dataSection
= new WasmDataSection(dataSegments, new Utf8String("data"));
1 reference to _dataSection
ILCompiler.Compiler (1)
parent\parent\Common\Compiler\ObjectWriter\WasmRelocatableObjectWriter.cs (1)
76
_dataSection
?.EmitToStream(outputFileStream);