1 implementation of IActiveEntry
Microsoft.AspNetCore.Components.AI (1)
Pipeline\HandlerEntry.cs (1)
27private sealed class ActiveEntry : IActiveEntry
6 references to IActiveEntry
Microsoft.AspNetCore.Components.AI (6)
Pipeline\BlockMappingPipeline.cs (4)
19private readonly List<IActiveEntry> _activeStack = new(); 55var active = _activeStack[i]; 93var activeEntry = handler.TryHandle(context); 131foreach (var active in _activeStack)
Pipeline\HandlerEntry.cs (1)
15public IActiveEntry? TryHandle(BlockMappingContext context)
Pipeline\IHandlerEntry.cs (1)
8IActiveEntry? TryHandle(BlockMappingContext context);