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