4 references to SourceHashAlgorithms
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
83private SourceHashAlgorithm _checksumAlgorithm = SourceHashAlgorithms.Default;
Workspace\ProjectSystem\ProjectSystemProjectFactory.cs (1)
130SourceHashAlgorithms.Default, // will be updated when command line is set
Workspace\Solution\FileTextLoader.cs (1)
77=> EncodedStringText.Create(stream, DefaultEncoding, checksumAlgorithm: SourceHashAlgorithms.Default);
Workspace\Solution\TextLoader.cs (1)
84=> LoadTextAndVersionAsync(new LoadTextOptions(SourceHashAlgorithms.Default), cancellationToken);