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