2 references to s_allRemovedDueToInputRemoval
Microsoft.CodeAnalysis (2)
SourceGeneration\Nodes\NodeStateTable.cs (2)
624
public bool IsRemovedDueToInputRemoval => this._states ==
s_allRemovedDueToInputRemoval
;
654
public TableEntry AsRemovedDueToInputRemoval() => new(_items,
s_allRemovedDueToInputRemoval
, anyRemoved: true);