7 references to PtrToStructure
illink (1)
src\tools\illink\src\ILLink.Shared\TrimAnalysis\IntrinsicId.cs (1)
222
/// <see cref="System.Runtime.InteropServices.Marshal.
PtrToStructure
(nint, System.Type)"/>
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (1)
Debugger\Engine\DkmClrValue.cs (1)
769
return Marshal.
PtrToStructure
(ptr, destinationType);
Microsoft.VisualStudio.LanguageServices (1)
Snippets\AbstractSnippetInfoService.cs (1)
222
var buffer = (VsExpansionWithIntPtrs)Marshal.
PtrToStructure
(expansionPtr, typeof(VsExpansionWithIntPtrs));
PresentationFramework (3)
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (3)
496
var abi_element = Marshal.
PtrToStructure
((IntPtr)data, HelperType);
514
var abi_element = Marshal.
PtrToStructure
((IntPtr)data, HelperType);
590
var abi_element = Marshal.
PtrToStructure
((IntPtr)data, HelperType);
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Message.cs (1)
89
Type cls) => Marshal.
PtrToStructure
(LParamInternal, cls);