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)
18
var result =
_handler
.Handle(context, state);
21
return new ActiveEntry(
_handler
, result.State!, result.Block!);