2 writes to _cache
Microsoft.AspNetCore.Mvc.Core (2)
Infrastructure\ActionSelector.cs (2)
50
var cache = Volatile.Read(ref
_cache
);
58
Volatile.Write(ref
_cache
, cache);