3 references to PadKeyLen
Microsoft.CodeAnalysis (3)
CvtRes.cs (3)
696return checked((ushort)(PadKeyLen(cbKey) + // key, 0 padded to DWORD boundary 717writer.Write(new byte[PadKeyLen(cbKey) - cbKey]); 734return PadKeyLen((sz.Length + 1) * sizeof(WCHAR)) / sizeof(WCHAR);