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)
32
public UnhandledContentsEnumerable UnhandledContents => new(Update.Contents,
_handled
);
45
if (!
_handled
[i])
47
_handled
[i] = true;