7 references to WithComparer
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (7)
SourceGeneration\SyntaxAwareGeneratorTests.cs (7)
1521
source = source.
WithComparer
(new LambdaComparer<string>((a, b) => true)).WithTrackingName("Fields");
1582
source = source.
WithComparer
(new LambdaComparer<string>((a, b) => false));
1583
source = source.
WithComparer
(new LambdaComparer<string>((a, b) => false));
1584
source = source.
WithComparer
(new LambdaComparer<string>((a, b) => false));
1585
source = source.
WithComparer
(new LambdaComparer<string>((a, b) => false));
1639
var comparerSource = source.
WithComparer
(new LambdaComparer<string>((a, b) => true));
1802
var comparerSource = source.
WithComparer
(new LambdaComparer<string>((a, b) => false));