8 references to DumpType
Microsoft.Diagnostics.NETCore.Client (6)
DiagnosticsClient\DiagnosticsClient.cs (6)
158public void WriteDump(DumpType dumpType, string dumpPath, bool logDumpGeneration = false) 169public void WriteDump(DumpType dumpType, string dumpPath, WriteDumpFlags flags) 197public Task WriteDumpAsync(DumpType dumpType, string dumpPath, bool logDumpGeneration, CancellationToken token) 209public async Task WriteDumpAsync(DumpType dumpType, string dumpPath, WriteDumpFlags flags, CancellationToken token) 770private static IpcMessage CreateWriteDumpMessage(DumpType dumpType, string dumpPath, bool logDumpGeneration) 789private static IpcMessage CreateWriteDumpMessage(DumpCommandId command, DumpType dumpType, string dumpPath, WriteDumpFlags flags)
Microsoft.TestPlatform.Extensions.BlameDataCollector (2)
NetClientHangDumper.cs (2)
74client.WriteDump(type == DumpTypeOption.Full ? DumpType.Full : DumpType.Normal, outputFile, logDumpGeneration: false);