1 write to ConfigTypes
Microsoft.AspNetCore.ConcurrencyLimiter.Microbenchmarks (1)
src\Shared\BenchmarkRunner\AspNetCoreBenchmarkAttribute.cs (1)
25ConfigTypes = new Dictionary<string, Type>()
4 references to ConfigTypes
Microsoft.AspNetCore.ConcurrencyLimiter.Microbenchmarks (4)
src\Shared\BenchmarkRunner\AspNetCoreBenchmarkAttribute.cs (4)
36ConfigTypes[NamedConfiguration.Default] = configType; 41ConfigTypes[NamedConfiguration.Validation] = validationConfigType; 49if (!ConfigTypes.TryGetValue(ConfigName ?? NamedConfiguration.Default, out var configType)) 52$"Known configurations: {string.Join(", ", ConfigTypes.Keys)}";