4 references to WithComparer
Microsoft.CodeAnalysis.Razor.Compiler (1)
SourceGenerators\IncrementalValueProviderExtensions.cs (1)
20
return source.
WithComparer
(comparer);
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
AbstractResxGenerator.cs (1)
219
.
WithComparer
(ImmutableDictionaryEqualityComparer<string, string>.Instance);
Microsoft.Maui.Controls.SourceGen (1)
CodeBehindGenerator.cs (1)
58
.
WithComparer
(new CompilationReferencesComparer())
System.Text.RegularExpressions.Generator (1)
RegexGenerator.cs (1)
161
collected.Select(static (t, _) => t.Results).
WithComparer
(new ObjectImmutableArraySequenceEqualityComparer());