6 references to WithLambdaComparer
Microsoft.CodeAnalysis.Razor.Compiler (6)
SourceGenerators\RazorSourceGenerator.cs (6)
85
.
WithLambdaComparer
((old, @new) => old.Left.Equals(@new.Left) && old.Right.SequenceEqual(@new.Right))
135
.
WithLambdaComparer
(static (a, b) =>
157
.
WithLambdaComparer
(static (a, b) => a!.Text.ContentEquals(b!.Text))
401
.
WithLambdaComparer
((old, @new) => old.Left.Equals(@new.Left))
451
.
WithLambdaComparer
(static (a, b) =>
478
.
WithLambdaComparer
(static (a, b) =>