13 instantiations of RuntimeConfig
dotnet (2)
CommandFactory\CommandResolution\DepsJsonCommandResolver.cs (1)
209
var runtimeConfig = new
RuntimeConfig
(runtimeConfigPath);
CommandFactory\CommandResolution\PackagedCommandSpecFactoryWithCliRuntime.cs (1)
29
var runtimeConfig = new
RuntimeConfig
(runtimeConfigFile);
dotnet.Tests (11)
RuntimeConfigTests.cs (11)
22
var runtimeConfig = new
RuntimeConfig
(tempPath);
31
var runtimeConfig = new
RuntimeConfig
(tempPath);
40
var runtimeConfig = new
RuntimeConfig
(tempPath);
49
var runtimeConfig = new
RuntimeConfig
(tempPath);
58
var runtimeConfig = new
RuntimeConfig
(tempPath);
67
var runtimeConfig = new
RuntimeConfig
(tempPath);
76
var runtimeConfig = new
RuntimeConfig
(tempPath);
85
Action a = () => new
RuntimeConfig
(tempPath);
94
var runtimeConfig = new
RuntimeConfig
(tempPath);
103
var runtimeConfig = new
RuntimeConfig
(tempPath);
113
var runtimeConfig = new
RuntimeConfig
(tempPath);
13 references to RuntimeConfig
dotnet (2)
CommandFactory\CommandResolution\DepsJsonCommandResolver.cs (1)
209
var
runtimeConfig = new RuntimeConfig(runtimeConfigPath);
CommandFactory\CommandResolution\PackagedCommandSpecFactoryWithCliRuntime.cs (1)
29
var
runtimeConfig = new RuntimeConfig(runtimeConfigFile);
dotnet.Tests (11)
RuntimeConfigTests.cs (11)
22
var
runtimeConfig = new RuntimeConfig(tempPath);
31
var
runtimeConfig = new RuntimeConfig(tempPath);
40
var
runtimeConfig = new RuntimeConfig(tempPath);
49
var
runtimeConfig = new RuntimeConfig(tempPath);
58
var
runtimeConfig = new RuntimeConfig(tempPath);
67
var
runtimeConfig = new RuntimeConfig(tempPath);
76
var
runtimeConfig = new RuntimeConfig(tempPath);
94
var
runtimeConfig = new RuntimeConfig(tempPath);
103
var
runtimeConfig = new RuntimeConfig(tempPath);
113
var
runtimeConfig = new RuntimeConfig(tempPath);
117
private static void Asset(
RuntimeConfig
runtimeConfig)