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)
PresentationFramework (3)
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (3)
496var abi_element = Marshal.PtrToStructure((IntPtr)data, HelperType); 514var abi_element = Marshal.PtrToStructure((IntPtr)data, HelperType); 590var abi_element = Marshal.PtrToStructure((IntPtr)data, HelperType);
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Message.cs (1)
89Type cls) => Marshal.PtrToStructure(LParamInternal, cls);