Gets a value indicating whether the resolved service is injected into a consumer or is requested
directly from the container.
Namespace: SimpleInjector
Assembly: SimpleInjector (in SimpleInjector.dll) Version: 5.3.0
Syntax
Property Value
Type: BooleanTrue when the service is injected into a consumer; false when it is requested directly from the container
See Also