Implemented interface member:
4 references to Equals
Microsoft.CodeAnalysis (3)
Collections\BitVector.cs (3)
52return obj is BitVector other && Equals(other); 57return left.Equals(right); 62return !left.Equals(right);
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\RefKindVector.cs (1)
71return _bits.Equals(other._bits);