Skip to content

Commit

Permalink
LayoutKind.Sequential
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Harwell <sam@tunnelvisionlabs.com>
  • Loading branch information
Youssef1313 and sharwell committed Oct 2, 2020
1 parent 6239a79 commit 59ed36a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ namespace Microsoft.VisualStudio.LanguageServices.CSharp.ProjectSystemShim
/// as this structure. We can then pick out this broken pattern, and convert
/// it to null instead of true.
/// </summary>
[StructLayout(LayoutKind.Auto)]
[StructLayout(LayoutKind.Sequential)]
internal struct HACK_VariantStructure
{
private readonly short _type;
Expand Down

0 comments on commit 59ed36a

Please sign in to comment.