14 references to WithComparer
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (8)
SourceGeneration\GeneratorDriverTests.cs (1)
1503.WithComparer(new LambdaComparer<string>((_, _) => throw e));
SourceGeneration\SyntaxAwareGeneratorTests.cs (7)
1516source = source.WithComparer(new LambdaComparer<string>((a, b) => true)).WithTrackingName("Fields"); 1577source = source.WithComparer(new LambdaComparer<string>((a, b) => false)); 1578source = source.WithComparer(new LambdaComparer<string>((a, b) => false)); 1579source = source.WithComparer(new LambdaComparer<string>((a, b) => false)); 1580source = source.WithComparer(new LambdaComparer<string>((a, b) => false)); 1634var comparerSource = source.WithComparer(new LambdaComparer<string>((a, b) => true)); 1797var comparerSource = source.WithComparer(new LambdaComparer<string>((a, b) => false));
Microsoft.Interop.ComInterfaceGenerator (2)
VtableIndexStubGenerator.cs (2)
84.WithComparer(Comparers.GeneratedSyntax) 101.WithComparer(Comparers.GeneratedSyntax)
Microsoft.Interop.JavaScript.JSImportGenerator (2)
JSExportGenerator.cs (1)
90.WithComparer(Comparers.GeneratedSyntax4)
JSImportGenerator.cs (1)
88.WithComparer(Comparers.GeneratedSyntax)
Microsoft.Interop.LibraryImportGenerator (1)
LibraryImportGenerator.cs (1)
104.WithComparer(Comparers.GeneratedSyntax)
Microsoft.Interop.LibraryImportGenerator.Downlevel (1)
DownlevelLibraryImportGenerator.cs (1)
80.WithComparer(Comparers.GeneratedSyntax)