5 references to DefaultValue
Microsoft.Extensions.DependencyInjection (5)
CallSiteJsonFormatter.cs (1)
74
argument.WriteProperty("value", constantCallSite.
DefaultValue
?? "");
ServiceLookup\CallSiteRuntimeResolver.cs (1)
155
return constantCallSite.
DefaultValue
;
ServiceLookup\ConstantCallSite.cs (1)
25
public override Type ImplementationType =>
DefaultValue
?.GetType() ?? _serviceType;
ServiceLookup\Expressions\ExpressionResolverBuilder.cs (1)
103
return Expression.Constant(constantCallSite.
DefaultValue
);
ServiceLookup\ILEmit\ILEmitResolverBuilder.cs (1)
199
AddConstant(argument, constantCallSite.
DefaultValue
);