3 references to NativeMethods
Microsoft.AspNetCore.InternalTesting (3)
DumpCollector\DumpCollector.Windows.cs (3)
22var exceptionInfo = new NativeMethods.MINIDUMP_EXCEPTION_INFORMATION(); 23if (!NativeMethods.MiniDumpWriteDump(process.Handle, (uint)process.Id, stream.SafeFileHandle, NativeMethods.MINIDUMP_TYPE.MiniDumpWithFullMemory, ref exceptionInfo, IntPtr.Zero, IntPtr.Zero))