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