4 references to BlameCollectMonitorPostMortemDebuggerKey
vstest.console (2)
Processors\EnableBlameArgumentProcessor.cs (2)
140Func<string, bool> isMonitorPostmortemDebugger = a => Constants.BlameCollectMonitorPostMortemDebuggerKey.Equals(a, StringComparison.OrdinalIgnoreCase); 334AddNode(parameters, xmlDocument, outernode, Constants.BlameCollectMonitorPostMortemDebuggerKey);
vstest.console.arm64 (2)
src\vstest\src\vstest.console\Processors\EnableBlameArgumentProcessor.cs (2)
140Func<string, bool> isMonitorPostmortemDebugger = a => Constants.BlameCollectMonitorPostMortemDebuggerKey.Equals(a, StringComparison.OrdinalIgnoreCase); 334AddNode(parameters, xmlDocument, outernode, Constants.BlameCollectMonitorPostMortemDebuggerKey);