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)
1511source = source.WithComparer(new LambdaComparer<string>((a, b) => true)).WithTrackingName("Fields"); 1572source = source.WithComparer(new LambdaComparer<string>((a, b) => false)); 1573source = source.WithComparer(new LambdaComparer<string>((a, b) => false)); 1574source = source.WithComparer(new LambdaComparer<string>((a, b) => false)); 1575source = source.WithComparer(new LambdaComparer<string>((a, b) => false)); 1629var comparerSource = source.WithComparer(new LambdaComparer<string>((a, b) => true)); 1792var 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)