2 references to TryGetCachedBinder
Microsoft.AspNetCore.Mvc.Core (2)
ModelBinding\ModelBinderFactory.cs (2)
63if (TryGetCachedBinder(context.Metadata, context.CacheToken, out var binder)) 89if (TryGetCachedBinder(providerContext.Metadata, token, out var binder))