4 references to AreEquivalent
Microsoft.CodeAnalysis.CSharp.Features (2)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
2647&& SyntaxFactory.AreEquivalent(oldTryStatement.Catches, newTryStatement.Catches);
EditAndContinue\SyntaxComparer.cs (1)
761return SyntaxFactory.AreEquivalent(left.Labels, right.Labels, null)
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
CodeGeneration\CSharpSyntaxGenerator.cs (2)
2788&& SyntaxFactory.AreEquivalent(fd1.AttributeLists, fd2.AttributeLists); 2794&& SyntaxFactory.AreEquivalent(efd1.AttributeLists, efd2.AttributeLists);