6 references to _environmentVariables
Microsoft.TestPlatform.Extensions.BlameDataCollector (6)
BlameCollector.cs (6)
115return _environmentVariables; 158_environmentVariables.Add(new KeyValuePair<string, string>("COMPlus_DbgEnableElfDumpOnMacOS", "1")); 159_environmentVariables.Add(new KeyValuePair<string, string>("COMPlus_DbgEnableMiniDump", "1")); 164_environmentVariables.Add(new KeyValuePair<string, string>("COMPlus_DbgMiniDumpType", _crashDumpType == CrashDumpType.Full ? "4" : "2")); 167_environmentVariables.Add(new KeyValuePair<string, string>("COMPlus_DbgMiniDumpName", dumpPath)); 178_environmentVariables.Add(new KeyValuePair<string, string>("COMPlus_DbgEnableElfDumpOnMacOS", "1"));