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