2 references to Entries
Microsoft.AspNetCore.Mvc.Core (2)
ActionConstraints\ActionConstraintCache.cs (2)
49
if (cache.
Entries
.TryGetValue(action, out var entry))
89
cache.
Entries
.TryAdd(action, entry);