5 references to stringFileInfoKey
Microsoft.CodeAnalysis (5)
CvtRes.cs (5)
760KEYBYTES(stringFileInfoKey) + 829writer.Write((WORD)(2 * HDRSIZE + KEYBYTES(stringFileInfoKey) + KEYBYTES(_langIdAndCodePageKey) + GetStringsSize())); 832writer.Write(stringFileInfoKey.ToCharArray()); //actually preceded by 5 WORDS so not consistent with the 834writer.Write(new byte[KEYBYTES(stringFileInfoKey) - stringFileInfoKey.Length * 2]); //padding.