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)
39public bool HasPendingPredictiveState => _valueBeforePrediction is not null; 46if (_valueBeforePrediction is null) 60if (_valueBeforePrediction is not { } previousValue)