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