ContainerIsVerifying Property

Simple Injector
Gets a value indicating whether the container is currently being verified on the current thread.

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

public bool IsVerifying { get; }

Property Value

Type: Boolean
True in case the container is currently being verified on the current thread; otherwise false.
See Also

Reference