1 write to ChecksumAlgorithm
Microsoft.CodeAnalysis.Workspaces (1)
11 references to ChecksumAlgorithm
Microsoft.CodeAnalysis.Workspaces (9)
Workspace\Solution\DocumentState.cs (2)
361newTree = treeFactory.CreateSyntaxTree(Attributes.SyntaxTreeFilePath, options, text: null, existingTree.Encoding, LoadTextOptions.ChecksumAlgorithm, existingRoot);
519var (text, treeAndVersion) = CreateTreeWithLazyText(newRoot, newTextVersion, newTreeVersion, encoding, LoadTextOptions.ChecksumAlgorithm, Attributes, ParseOptions, syntaxTreeFactory);
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
Microsoft.VisualStudio.LanguageServices.LiveShare (1)