1 instantiation of MINIDUMP_EXCEPTION_INFORMATION
Microsoft.AspNetCore.InternalTesting (1)
DumpCollector\DumpCollector.Windows.cs (1)
22var exceptionInfo = new NativeMethods.MINIDUMP_EXCEPTION_INFORMATION();
2 references to MINIDUMP_EXCEPTION_INFORMATION
Microsoft.AspNetCore.InternalTesting (2)
DumpCollector\DumpCollector.Windows.cs (2)
22var exceptionInfo = new NativeMethods.MINIDUMP_EXCEPTION_INFORMATION(); 35public static extern bool MiniDumpWriteDump(IntPtr hProcess, uint ProcessId, SafeFileHandle hFile, MINIDUMP_TYPE DumpType, ref MINIDUMP_EXCEPTION_INFORMATION ExceptionParam, IntPtr UserStreamParam, IntPtr CallbackParam);