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