3 references to Finder
Microsoft.AspNetCore.Http.Extensions (3)
src\Shared\ParameterBindingMethodCache.cs (3)
211return _stringMethodCallCache.GetOrAdd(type, Finder); 303var (method, paramCount) = _bindAsyncMethodCallCache.GetOrAdd(nonNullableParameterType, Finder); 356return _constructorCache.GetOrAdd(type, Finder);