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