6 references to HACK_VariantStructure
Microsoft.VisualStudio.LanguageServices.CSharp (3)
ProjectSystemShim\CSharpProjectShim.ICSCompilerConfig.cs (1)
39public int SetOption(CompilerOptions optionID, HACK_VariantStructure value)
ProjectSystemShim\HACK_VariantStructure.cs (1)
46var localCopy = this;
ProjectSystemShim\Interop\ICSCompilerConfig.cs (1)
43int SetOption(CompilerOptions optionID, HACK_VariantStructure value);
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (3)
ProjectSystemShim\CSharpHelpers.cs (3)
71Assert.Equal(sizeof(HACK_VariantStructure), 8 + 2 * IntPtr.Size); 72Assert.Equal(8, (int)Marshal.OffsetOf<HACK_VariantStructure>("_booleanValue")); 74HACK_VariantStructure variant = default;