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