4 references to _handlers
Microsoft.AspNetCore.Components.AI (4)
Pipeline\BlockMappingPipeline.cs (4)
29_handlers.Add(registration.CreateEntry()); 33_handlers.Add(new HandlerEntry<RichContentBlock>(new TextBlockHandler())); 80for (var i = 0; i < _handlers.Count; i++) 87var handler = _handlers[i];