1 write to _handledCount
Microsoft.AspNetCore.Components.AI (1)
Pipeline\StateMapperContext.cs (1)
61
_handledCount
++;
2 references to _handledCount
Microsoft.AspNetCore.Components.AI (2)
Pipeline\StateMapperContext.cs (2)
81
internal bool HasHandledContent =>
_handledCount
> 0;
85
if (
_handledCount
== 0)