Implemented interface member:
5 references to Equals
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (2)
6009(GetAccessedCaptures(newLambdaBody1, newModel.RequiredModel, newInLambdaCaptures, newCapturesIndex, newLiftingPrimaryConstructor).Equals(BitVector.Empty) || 6010newLambdaBody2 != null && GetAccessedCaptures(newLambdaBody2, newModel.RequiredModel, newInLambdaCaptures, newCapturesIndex, newLiftingPrimaryConstructor).Equals(BitVector.Empty));
Microsoft.CodeAnalysis.Workspaces (3)
src\Compilers\Core\Portable\Collections\BitVector.cs (3)
52return obj is BitVector other && Equals(other); 57return left.Equals(right); 62return !left.Equals(right);