3 writes to ConfigName
Microsoft.AspNetCore.Components.Performance (3)
src\Shared\BenchmarkRunner\Program.cs (3)
78
AspNetCoreBenchmarkAttribute.
ConfigName
= AspNetCoreBenchmarkAttribute.NamedConfiguration.Validation;
86
AspNetCoreBenchmarkAttribute.
ConfigName
= argsList[index + 1];
97
AspNetCoreBenchmarkAttribute.
ConfigName
= AspNetCoreBenchmarkAttribute.NamedConfiguration.Debug;
2 references to ConfigName
Microsoft.AspNetCore.Components.Performance (2)
src\Shared\BenchmarkRunner\AspNetCoreBenchmarkAttribute.cs (2)
49
if (!ConfigTypes.TryGetValue(
ConfigName
?? NamedConfiguration.Default, out var configType))
51
var message = $"Could not find a configuration matching {
ConfigName
}. " +