1 write to _currentState
Microsoft.CodeAnalysis (1)
SourceGeneration\Nodes\NodeStateTable.cs (1)
604_currentState = state;
5 references to _currentState
Microsoft.CodeAnalysis (5)
SourceGeneration\Nodes\NodeStateTable.cs (5)
602if (!_currentState.HasValue) 610else if (_currentState != state) 616_states.Add(_currentState.Value); 625Debug.Assert(_currentState.HasValue, "Created a builder with no values?"); 643return new TableEntry(items, _states?.ToImmutableAndFree() ?? GetSingleArray(_currentState.Value));