1 write to _handler
Microsoft.AspNetCore.Components.AI (1)
Pipeline\HandlerEntry.cs (1)
12_handler = handler;
2 references to _handler
Microsoft.AspNetCore.Components.AI (2)
Pipeline\HandlerEntry.cs (2)
18var result = _handler.Handle(context, state); 21return new ActiveEntry(_handler, result.State!, result.Block!);