4 writes to _valueBeforePrediction
Microsoft.AspNetCore.Components.AI (4)
Engine\AgentState.cs (4)
30
_valueBeforePrediction
= null;
51
_valueBeforePrediction
= null;
65
_valueBeforePrediction
= null;
85
_valueBeforePrediction
??= _value;
3 references to _valueBeforePrediction
Microsoft.AspNetCore.Components.AI (3)
Engine\AgentState.cs (3)
39
public bool HasPendingPredictiveState =>
_valueBeforePrediction
is not null;
46
if (
_valueBeforePrediction
is null)
60
if (
_valueBeforePrediction
is not { } previousValue)