2 references to Complete
Microsoft.AspNetCore.Components.AI (2)
Pipeline\BlockMappingResult.cs (1)
56public static BlockMappingResult<TState> Complete() => new(ResultKind.Complete, null, default);
Pipeline\HandlerEntry.cs (1)
53case BlockMappingResult<TState>.ResultKind.Complete: