2 references to _tryGetValueDelegateCache
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
TryGetValueProvider.cs (2)
38
if (
_tryGetValueDelegateCache
.TryGetValue(targetType, out result))
74
_tryGetValueDelegateCache
[targetType] = result;