4 references to WithLambdaComparer
Microsoft.CodeAnalysis.Razor.Compiler (4)
SourceGenerators\RazorSourceGenerator.cs (4)
84
.
WithLambdaComparer
((old, @new) => old.Right.Equals(@new.Right) && old.Left.Left.Equals(@new.Left.Left) && old.Left.Right.SequenceEqual(@new.Left.Right))
251
.
WithLambdaComparer
((old, @new) => old.Left.Equals(@new.Left) && old.Right.SequenceEqual(@new.Right))
293
.
WithLambdaComparer
((old, @new) => old.Left.Equals(@new.Left))
339
.
WithLambdaComparer
(static (a, b) =>