2 writes to _checksumAlgorithm
Microsoft.CodeAnalysis.Workspaces (2)
TemporaryStorage\TemporaryStorageServiceFactory.cs (2)
184_checksumAlgorithm = checksumAlgorithm; 265_checksumAlgorithm = text.ChecksumAlgorithm;
2 references to _checksumAlgorithm
Microsoft.CodeAnalysis.Workspaces (2)
TemporaryStorage\TemporaryStorageServiceFactory.cs (2)
194public SourceHashAlgorithm ChecksumAlgorithm => _checksumAlgorithm; 231return _service._textFactory.CreateText(reader, _encoding, _checksumAlgorithm, cancellationToken);