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