2 instantiations of VariantStructure
Microsoft.CodeAnalysis (2)
DiaSymReader\Writer\SymUnmanagedWriterImpl.cs (2)
337symWriter.DefineConstant2(name, new VariantStructure(dateTime), constantSignatureToken); 368VariantStructure variant = new VariantStructure();
3 references to VariantStructure
Microsoft.CodeAnalysis (3)
DiaSymReader\Writer\ISymUnmanagedWriter.cs (2)
72/// <paramref name="value"/> has type <see cref="VariantStructure"/>, rather than <see cref="object"/>, 77void DefineConstant2([MarshalAs(UnmanagedType.LPWStr)] string name, VariantStructure value, int constantSignatureToken);
DiaSymReader\Writer\SymUnmanagedWriterImpl.cs (1)
368VariantStructure variant = new VariantStructure();