4 references to WithLambdaComparer
Microsoft.CodeAnalysis.Razor.Compiler (4)
SourceGenerators\RazorSourceGenerator.cs (4)
82
.
WithLambdaComparer
((old, @new) => old.Right.Equals(@new.Right) && old.Left.Left.Equals(@new.Left.Left) && old.Left.Right.SequenceEqual(@new.Left.Right))
249
.
WithLambdaComparer
((old, @new) => old.Left.Equals(@new.Left) && old.Right.SequenceEqual(@new.Right))
270
.
WithLambdaComparer
((old, @new) => old.Left.Equals(@new.Left))
315
.
WithLambdaComparer
(static (a, b) =>