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