1 write to _currentState
Microsoft.CodeAnalysis (1)
SourceGeneration\Nodes\NodeStateTable.cs (1)
741_currentState = state;
5 references to _currentState
Microsoft.CodeAnalysis (5)
SourceGeneration\Nodes\NodeStateTable.cs (5)
739if (!_currentState.HasValue) 747else if (_currentState != state) 753_states.Add(_currentState.Value); 762Debug.Assert(_currentState.HasValue, "Created a builder with no values?"); 768return new TableEntry(_items.ToOneOrManyAndFree(), _states?.ToImmutableAndFree() ?? GetSingleArray(_currentState.Value), anyRemoved: _anyRemoved);