1 write to _bw
ILCompiler.Build.Tasks (1)
DumpNativeResources.cs (1)
90
_bw
= bw;
3 references to _bw
ILCompiler.Build.Tasks (3)
DumpNativeResources.cs (3)
223
_bw
.Write(hdrData);
224
_bw
.Write(_peReader.GetSectionData(dataRva).GetReader().ReadBytes(size));
230
_bw
.Write((byte)0);