1 write to _checksumAlgorithm
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
Workspace\LanguageServices\VisualBasicSyntaxTreeFactoryService.ParsedSyntaxTree.vb (1)
30
_checksumAlgorithm
= checksumAlgorithm
3 references to _checksumAlgorithm
Microsoft.CodeAnalysis.VisualBasic.Workspaces (3)
Workspace\LanguageServices\VisualBasicSyntaxTreeFactoryService.ParsedSyntaxTree.vb (3)
39
Interlocked.CompareExchange(_lazyText, GetRoot(cancellationToken).GetText(Encoding,
_checksumAlgorithm
), Nothing)
74
New ParsedSyntaxTree(If(ReferenceEquals(root, _root), _lazyText, Nothing), DirectCast(root, VisualBasicSyntaxNode), DirectCast(options, VisualBasicParseOptions), FilePath, Encoding,
_checksumAlgorithm
))
80
New ParsedSyntaxTree(_lazyText, _root, Options, path, Encoding,
_checksumAlgorithm
))