3 references to StructureToPtr
System.Data.Odbc (1)
Common\System\Data\ProviderBase\DbBuffer.cs (1)
397Marshal.StructureToPtr(structure, ptr, false/*fDeleteOld*/);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (1)
547StructureToPtr((object)structure!, ptr, fDeleteOld);
System.Windows.Forms.Primitives (1)
Windows\Win32\PInvoke.CreateWindowEx.cs (1)
61Marshal.StructureToPtr(lpParam, native, fDeleteOld: false);