1 instantiation of ContentHashComparer
Microsoft.CodeAnalysis.CSharp (1)
Utilities\ContentHashComparer.cs (1)
15public static ContentHashComparer Instance { get; } = new ContentHashComparer();
2 references to ContentHashComparer
Microsoft.CodeAnalysis.CSharp (2)
Compilation\CSharpCompilation.cs (1)
1096var builder = ImmutableSegmentedDictionary.CreateBuilder<ReadOnlyMemory<byte>, OneOrMany<SyntaxTree>>(ContentHashComparer.Instance);
Utilities\ContentHashComparer.cs (1)
15public static ContentHashComparer Instance { get; } = new ContentHashComparer();