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)
49
Interlocked.CompareExchange(ref _lazyText, GetRoot(cancellationToken).GetText(Encoding,
_checksumAlgorithm
), null);
85
_checksumAlgorithm
);
90
: new ParsedSyntaxTree(_lazyText, _root, Options, path, Encoding,
_checksumAlgorithm
);