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