1 write to _handled
Microsoft.AspNetCore.Components.AI (1)
Pipeline\BlockMappingContext.cs (1)
21_handled = new bool[update.Contents.Count];
3 references to _handled
Microsoft.AspNetCore.Components.AI (3)
Pipeline\BlockMappingContext.cs (3)
32public UnhandledContentsEnumerable UnhandledContents => new(Update.Contents, _handled); 45if (!_handled[i]) 47_handled[i] = true;