6 references to DestroyStructure
illink (1)
Microsoft.Build.Tasks.Core (1)
AssemblyDependency\AssemblyInformation.cs (1)
946Marshal.DestroyStructure(asmMetaPtr, typeof(ASSEMBLYMETADATA));
PresentationCore (1)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (1)
559Marshal.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)
627public static void DestroyStructure<T>(IntPtr ptr) => DestroyStructure(ptr, typeof(T));
src\System\StubHelpers.cs (1)
1223Marshal.DestroyStructure(pNativeHome, layoutType);
System.Windows.Forms.Primitives (1)
Windows\Win32\PInvoke.CreateWindowEx.cs (1)
68Marshal.DestroyStructure(native, lpParam.GetType());