6 references to PtrToStructure
ILCompiler.Compiler (1)
src\runtime\src\tools\illink\src\ILLink.Shared\TrimAnalysis\IntrinsicId.cs (1)
228
/// <see cref="System.Runtime.InteropServices.Marshal.
PtrToStructure
(nint, System.Type)"/>
illink (1)
src\runtime\src\tools\illink\src\ILLink.Shared\TrimAnalysis\IntrinsicId.cs (1)
228
/// <see cref="System.Runtime.InteropServices.Marshal.
PtrToStructure
(nint, System.Type)"/>
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);