3 references to SequenceEqual
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\DeclarationBody.cs (1)
89GetType() == other?.GetType() && RootNodes.SequenceEqual(other.RootNodes);
Microsoft.CodeAnalysis.Workspaces (2)
src\Dependencies\Collections\OneOrMany.cs (2)
207=> SequenceEqual(OneOrMany.Create(other), comparer); 282=> Create(array).SequenceEqual(other, comparer);