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) ||
6010
newLambdaBody2 != null && GetAccessedCaptures(newLambdaBody2, newModel.RequiredModel, newInLambdaCaptures, newCapturesIndex, newLiftingPrimaryConstructor).
Equals
(BitVector.Empty));
Microsoft.CodeAnalysis.Workspaces (3)
src\Compilers\Core\Portable\Collections\BitVector.cs (3)
52
return obj is BitVector other &&
Equals
(other);
57
return left.
Equals
(right);
62
return !left.
Equals
(right);