1 instantiation of ReverseComparer
Microsoft.CodeAnalysis.Analyzers (1)
MetaAnalyzers\ReleaseTrackingHelper.cs (1)
421
public static readonly IComparer<Version> Instance = new
ReverseComparer
();
1 reference to ReverseComparer
Microsoft.CodeAnalysis.Analyzers (1)
MetaAnalyzers\ReleaseTrackingHelper.cs (1)
408
= ImmutableSortedDictionary.CreateBuilder<Version, ReleaseTrackingLine>(
ReverseComparer
.Instance);