2 writes to Value
Microsoft.Extensions.DependencyInjection (2)
ServiceLookup\CallSiteRuntimeResolver.cs (1)
98
callSite.
Value
= resolved;
ServiceLookup\ConstantCallSite.cs (1)
21
Value
= defaultValue;
4 references to Value
Microsoft.Extensions.DependencyInjection (4)
ServiceLookup\CallSiteRuntimeResolver.cs (3)
25
if (scope.IsRootScope && callSite.
Value
is object cached)
75
if (callSite.
Value
is object value)
87
if (callSite.
Value
is object callSiteValue)
ServiceLookup\ConstantCallSite.cs (1)
11
internal object? DefaultValue =>
Value
;