1 instantiation of InnerCache
Microsoft.AspNetCore.Mvc.Core (1)
ActionConstraints\ActionConstraintCache.cs (1)
37
current = new
InnerCache
(actionDescriptors);
4 references to InnerCache
Microsoft.AspNetCore.Mvc.Core (4)
ActionConstraints\ActionConstraintCache.cs (4)
18
private volatile
InnerCache
? _currentCache;
28
internal
InnerCache
CurrentCache
32
var
current = _currentCache;
47
var
cache = CurrentCache;