SingleResponsibilityViolationDiagnosticResultDependencies Property

Simple Injector
Gets the list of registrations that are dependencies of the ImplementationType.

Namespace:  SimpleInjector.Diagnostics
Assembly:  SimpleInjector (in SimpleInjector.dll) Version: 5.3.0
Syntax

public ReadOnlyCollection<InstanceProducer> Dependencies { get; }

Property Value

Type: ReadOnlyCollectionInstanceProducer
A collection of InstanceProducer instances.
See Also

Reference