9 references to _handlers
Microsoft.AspNetCore.Components.AI (9)
Pipeline\BlockMappingPipeline.cs (9)
29_handlers.Add(registration.CreateEntry()); 34_handlers.Add(new HandlerEntry<UIActionHandler.State>( 38_handlers.Add(new HandlerEntry<FunctionApprovalHandler.State>( 41_handlers.Add(new HandlerEntry<FunctionInvocationContentBlock>( 45_handlers.Add(new HandlerEntry<RichContentBlock>(new RichTextContentHandler())); 48_handlers.Add(new HandlerEntry<RichContentBlock>(new TextBlockHandler())); 60var context = new BlockMappingContext(update, _handlers); 95for (var i = 0; i < _handlers.Count; i++) 102var handler = _handlers[i];