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