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