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)
194
public SourceHashAlgorithm ChecksumAlgorithm =>
_checksumAlgorithm
;
231
return _service._textFactory.CreateText(reader, _encoding,
_checksumAlgorithm
, cancellationToken);