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)
42var localCopy = this;
ProjectSystemShim\Interop\ICSCompilerConfig.cs (1)
43int SetOption(CompilerOptions optionID, HACK_VariantStructure value);
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (3)
ProjectSystemShim\CSharpHelpers.cs (3)
70Assert.Equal(sizeof(HACK_VariantStructure), 8 + 2 * IntPtr.Size); 71Assert.Equal(8, (int)Marshal.OffsetOf<HACK_VariantStructure>("_booleanValue")); 73HACK_VariantStructure variant = default;