ILookup
interface ILookup
using System.Runtime.CompilerServices;
namespace Stashbox.Resolution
{
[System.Runtime.CompilerServices.NullableContext(1)]
internal interface ILookup
{
bool CanLookupService(TypeInformation typeInfo, ResolutionContext resolutionContext);
}
}