Implemented interface member:
1 reference to Equals
ILLink.RoslynAnalyzer (1)
DataFlow\LocalStateAndContextLattice.cs (1)
27
public override bool Equals (object? obj) => obj is LocalStateAndContext<TValue, TContext> other &&
Equals
(other);