3 references to Finder
Microsoft.AspNetCore.OpenApi (3)
src\Shared\ParameterBindingMethodCache.cs (3)
205return _stringMethodCallCache.GetOrAdd(type, Finder); 297var (method, paramCount) = _bindAsyncMethodCallCache.GetOrAdd(nonNullableParameterType, Finder); 350return _constructorCache.GetOrAdd(type, Finder);