1 implementation of TryHandle
Microsoft.AspNetCore.Components.AI (1)
Pipeline\HandlerEntry.cs (1)
15
public IActiveEntry?
TryHandle
(BlockMappingContext context)
2 references to TryHandle
Microsoft.AspNetCore.Components.AI (2)
Pipeline\BlockMappingContext.cs (1)
100
var entry = handler.
TryHandle
(context);
Pipeline\BlockMappingPipeline.cs (1)
108
var activeEntry = handler.
TryHandle
(context);