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