2 references to Entries
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
ViewComponents\ViewComponentInvokerCache.cs (2)
44
if (cache.
Entries
.TryGetValue(viewComponentDescriptor, out var executor))
65
cache.
Entries
.TryAdd(viewComponentDescriptor, executor);