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