1 write to dwBytesInRes
Microsoft.CodeAnalysis (1)
CvtRes.cs (1)
342iconDirEntries[i].dwBytesInRes = iconReader.ReadUInt32();
3 references to dwBytesInRes
Microsoft.CodeAnalysis (3)
CvtRes.cs (3)
396resWriter.Write((DWORD)iconDirEntries[i].dwBytesInRes); 412resWriter.Write(iconReader.ReadBytes(checked((int)iconDirEntries[i].dwBytesInRes))); 467resWriter.Write((DWORD)iconDirEntries[i].dwBytesInRes);