1 implementation of ChecksumAlgorithm
Microsoft.CodeAnalysis.Workspaces (1)
TemporaryStorage\TemporaryStorageServiceFactory.cs (1)
194public SourceHashAlgorithm ChecksumAlgorithm => _checksumAlgorithm;
1 reference to ChecksumAlgorithm
Microsoft.CodeAnalysis.Workspaces (1)
Serialization\SerializableSourceText.cs (1)
125writer.WriteInt32((int)_storage.ChecksumAlgorithm);