5 overrides of VisitConstructor
Microsoft.Extensions.DependencyInjection (5)
CallSiteJsonFormatter.cs (1)
28
protected override object?
VisitConstructor
(ConstructorCallSite constructorCallSite, CallSiteFormatterContext argument)
ServiceLookup\CallSiteRuntimeResolver.cs (1)
48
protected override object
VisitConstructor
(ConstructorCallSite constructorCallSite, RuntimeResolverContext context)
ServiceLookup\CallSiteValidator.cs (1)
67
protected override Type?
VisitConstructor
(ConstructorCallSite constructorCallSite, CallSiteValidatorState state)
ServiceLookup\Expressions\ExpressionResolverBuilder.cs (1)
166
protected override Expression
VisitConstructor
(ConstructorCallSite callSite, object? context)
ServiceLookup\ILEmit\ILEmitResolverBuilder.cs (1)
146
protected override object?
VisitConstructor
(ConstructorCallSite constructorCallSite, ILEmitResolverBuilderContext argument)
1 reference to VisitConstructor
Microsoft.Extensions.DependencyInjection (1)
ServiceLookup\CallSiteVisitor.cs (1)
48
return
VisitConstructor
((ConstructorCallSite)callSite, argument);