Base:
property
ImplementationType
Microsoft.Extensions.DependencyInjection.ServiceLookup.ServiceCallSite.ImplementationType
4 references to ImplementationType
Microsoft.Extensions.DependencyInjection (4)
CallSiteJsonFormatter.cs (1)
30argument.WriteProperty("implementationType", constructorCallSite.ImplementationType);
ServiceLookup\Expressions\ExpressionResolverBuilder.cs (1)
187if (callSite.ImplementationType!.IsValueType)
ServiceLookup\ILEmit\ILEmitResolverBuilder.cs (2)
163if (constructorCallSite.ImplementationType!.IsValueType) 165argument.Generator.Emit(OpCodes.Box, constructorCallSite.ImplementationType);