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