9 references to CallSiteValidatorState
Microsoft.Extensions.DependencyInjection (9)
ServiceLookup\CallSiteValidator.cs (9)
10internal sealed class CallSiteValidator : CallSiteVisitor<CallSiteValidator.CallSiteValidatorState, Type?> 39protected override Type? VisitCallSite(ServiceCallSite callSite, CallSiteValidatorState argument) 67protected override Type? VisitConstructor(ConstructorCallSite constructorCallSite, CallSiteValidatorState state) 79CallSiteValidatorState state) 90protected override Type? VisitRootCache(ServiceCallSite singletonCallSite, CallSiteValidatorState state) 96protected override Type? VisitScopeCache(ServiceCallSite scopedCallSite, CallSiteValidatorState state) 108protected override Type? VisitConstant(ConstantCallSite constantCallSite, CallSiteValidatorState state) => null; 110protected override Type? VisitServiceProvider(ServiceProviderCallSite serviceProviderCallSite, CallSiteValidatorState state) => null; 112protected override Type? VisitFactory(FactoryCallSite factoryCallSite, CallSiteValidatorState state) => null;