1 implementation of Invoke
Microsoft.AspNetCore.Components.AI (1)
Pipeline\HandlerEntry.cs (1)
44
public HandleResult
Invoke
(BlockMappingContext context)
2 references to Invoke
Microsoft.AspNetCore.Components.AI (2)
Pipeline\BlockMappingPipeline.cs (2)
71
var result = active.
Invoke
(context);
123
var catchUpResult = activeEntry.
Invoke
(context);