1 write to _key
Microsoft.AspNetCore.OutputCaching.Microbenchmarks (1)
EndToEndBenchmarks.cs (1)
239public DummyStore(string key) => _key = key;
2 references to _key
Microsoft.AspNetCore.OutputCaching.Microbenchmarks (2)
EndToEndBenchmarks.cs (2)
245if (key != _key) 254if (key != _key)