IDependencyTrackingResolveOperationRequestStack Property |
Gets the modifiable active request stack.
Namespace:
Autofac.Core.Resolving
Assembly:
Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax SegmentedStack<ResolveRequestContext> RequestStack { get; }
ReadOnly Property RequestStack As SegmentedStack(Of ResolveRequestContext)
Get
Property Value
Type:
SegmentedStackResolveRequestContext[Missing <value> documentation for "P:Autofac.Core.Resolving.IDependencyTrackingResolveOperation.RequestStack"]
Remarks
Don't want this exposed to the outside world, but we do want it available in the
CircularDependencyDetectorMiddleware,
hence it's internal.
See Also