Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteResultCacheLocation
namespace Microsoft.Extensions.DependencyInjection.ServiceLookup
{
internal enum CallSiteResultCacheLocation
{
Root,
Scope,
Dispose,
None
}
}