3 references to LambdaComparer
Microsoft.CodeAnalysis.Razor.Compiler (3)
SourceGenerators\IncrementalValueProviderExtensions.cs (2)
19
var comparer = new
LambdaComparer
<T>(equal);
25
var comparer = new
LambdaComparer
<T>(equal);
SourceGenerators\RazorSourceGenerator.cs (1)
145
if (!compilationA.References.SequenceEqual(compilationB.References, new
LambdaComparer
<MetadataReference>((old, @new) =>