1 write to _states
Microsoft.CodeAnalysis (1)
SourceGeneration\Nodes\NodeStateTable.cs (1)
614_states = ArrayBuilder<EntryState>.GetInstance(_requestedCapacity);
7 references to _states
Microsoft.CodeAnalysis (7)
SourceGeneration\Nodes\NodeStateTable.cs (7)
606else if (_states is not null) 608_states.Add(state); 616_states.Add(_currentState.Value); 619_states.Add(state); 629Debug.Assert(_states == null || _states.Count == _requestedCapacity); 643return new TableEntry(items, _states?.ToImmutableAndFree() ?? GetSingleArray(_currentState.Value));