1 write to Update
Microsoft.AspNetCore.Components.AI (1)
Pipeline\BlockMappingContext.cs (1)
20
Update
= update;
6 references to Update
Microsoft.AspNetCore.Components.AI (6)
Pipeline\BlockMappingContext.cs (5)
30
/// Gets the contents of <see cref="
Update
"/> that no handler has claimed yet.
32
public UnhandledContentsEnumerable UnhandledContents => new(
Update
.Contents, _handled);
40
var contents =
Update
.Contents;
67
_handledCount >=
Update
.Contents.Count && (
Update
.Contents.Count > 0 || _updateHandled);
Pipeline\TextBlockHandler.cs (1)
41
state.Id = context.
Update
.MessageId ?? Guid.NewGuid().ToString("N");