1 write to _handlers
Microsoft.AspNetCore.Components.AI (1)
Pipeline\BlockMappingContext.cs (1)
25
_handlers
= handlers;
3 references to _handlers
Microsoft.AspNetCore.Components.AI (3)
Pipeline\BlockMappingContext.cs (3)
84
if (
_handlers
is null)
96
var context = new BlockMappingContext(update,
_handlers
);
98
foreach (var handler in
_handlers
)