2 references to TryGetValueProvider
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
TryGetValueProvider.cs (1)
21typeof(TryGetValueProvider).GetTypeInfo().GetDeclaredMethod(nameof(StrongTryGetValueImpl));
ViewDataEvaluator.cs (1)
167var tryDelegate = TryGetValueProvider.CreateInstance(indexableObject.GetType());