1 write to _checksumAlgorithm
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Workspace\LanguageServices\CSharpSyntaxTreeFactoryService.ParsedSyntaxTree.cs (1)
38_checksumAlgorithm = checksumAlgorithm;
3 references to _checksumAlgorithm
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
Workspace\LanguageServices\CSharpSyntaxTreeFactoryService.ParsedSyntaxTree.cs (3)
49Interlocked.CompareExchange(ref _lazyText, GetRoot(cancellationToken).GetText(Encoding, _checksumAlgorithm), null); 85_checksumAlgorithm); 90: new ParsedSyntaxTree(_lazyText, _root, Options, path, Encoding, _checksumAlgorithm);