6 references to DestroyStructure
illink (1)
src\tools\illink\src\ILLink.Shared\TrimAnalysis\IntrinsicId.cs (1)
226
/// <see cref="System.Runtime.InteropServices.Marshal.
DestroyStructure
(nint, System.Type)"/>
Microsoft.Build.Tasks.Core (1)
AssemblyDependency\AssemblyInformation.cs (1)
946
Marshal.
DestroyStructure
(asmMetaPtr, typeof(ASSEMBLYMETADATA));
PresentationCore (1)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (1)
559
Marshal.
DestroyStructure
(new IntPtr(pElement), typeof(MS.Win32.Recognizer.PACKET_PROPERTY));
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (1)
627
public static void DestroyStructure<T>(IntPtr ptr) =>
DestroyStructure
(ptr, typeof(T));
src\System\StubHelpers.cs (1)
1223
Marshal.
DestroyStructure
(pNativeHome, layoutType);
System.Windows.Forms.Primitives (1)
Windows\Win32\PInvoke.CreateWindowEx.cs (1)
68
Marshal.
DestroyStructure
(native, lpParam.GetType());