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