10 references to GetNativeVariantForObject
Microsoft.CodeAnalysis (1)
DiaSymReader\Writer\SymUnmanagedWriterImpl.cs (1)
370Marshal.GetNativeVariantForObject(value, new IntPtr(&variant));
Microsoft.VisualStudio.LanguageServices.CSharp (1)
ProjectSystemShim\CSharpProjectShim.ICSCompilerConfig.cs (1)
57=> Marshal.GetNativeVariantForObject(ProjectSystemProjectOptionsProcessor[optionID], variant);
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (1)
ProjectSystemShim\CSharpHelpers.cs (1)
74Marshal.GetNativeVariantForObject(value, (IntPtr)(&variant));
System.Private.Windows.Core (2)
Windows\Win32\System\Variant\VARIANT.cs (1)
1014Marshal.GetNativeVariantForObject(value, (nint)(void*)&variant);
Windows\Win32\System\Variant\VARIANTVector.cs (1)
25Marshal.GetNativeVariantForObject(values[i], (IntPtr)(&pVariants[i]));
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (1)
131Marshal.GetNativeVariantForObject(ambient, (nint)result);
System.Windows.Forms.Primitives (2)
System\Windows\Forms\Automation\UiaTextRange.cs (1)
708Runtime.InteropServices.Marshal.GetNativeVariantForObject(value, (nint)(void*)&variant);
Windows\Win32\UI\Accessibility\UIAHelper.cs (1)
20/// Although <see cref="global::System.Runtime.InteropServices.Marshal.GetNativeVariantForObject"/>
System.Windows.Forms.Tests (1)
System\Windows\Forms\AxHost.PropertyBagStreamTests.cs (1)
71Marshal.GetNativeVariantForObject(value, (nint)(void*)&variant);
UIAutomationTypes (1)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Win32\UnsafeNativeMethodsCLR.cs (1)
2568Marshal.GetNativeVariantForObject(args[i], (IntPtr)(a + VariantSize * i));