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