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