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