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