1 write to Update
Microsoft.AspNetCore.Components.AI (1)
Pipeline\BlockMappingContext.cs (1)
20Update = 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. 32public UnhandledContentsEnumerable UnhandledContents => new(Update.Contents, _handled); 40var contents = Update.Contents; 67_handledCount >= Update.Contents.Count && (Update.Contents.Count > 0 || _updateHandled);
Pipeline\TextBlockHandler.cs (1)
41state.Id = context.Update.MessageId ?? Guid.NewGuid().ToString("N");