Implemented interface member:
3 references to Equals
Microsoft.CodeAnalysis.CSharp (3)
Compilation\AwaitExpressionInfo.cs (1)
52return obj is AwaitExpressionInfo otherAwait && Equals(otherAwait);
Compilation\ForEachStatementInfo.cs (2)
108&& this.MoveNextAwaitableInfo.Equals(other.MoveNextAwaitableInfo) 111&& this.DisposeAwaitableInfo.Equals(other.DisposeAwaitableInfo)