3 references to IsRemoved
Microsoft.CodeAnalysis (3)
SourceGeneration\Nodes\NodeStateTable.cs (3)
111var nonRemovedCount = _states.Count(static e => !e.IsRemoved); 116if (!entry.IsRemoved) 132Debug.Assert((_states.Length == 1 || _states.Length == 2 && _states[0].IsRemoved) && _states[^1].Count == 1);