1 write to _checksumAlgorithm
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Workspace\LanguageServices\CSharpSyntaxTreeFactoryService.ParsedSyntaxTree.cs (1)
32
_checksumAlgorithm
= checksumAlgorithm;
3 references to _checksumAlgorithm
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
Workspace\LanguageServices\CSharpSyntaxTreeFactoryService.ParsedSyntaxTree.cs (3)
43
Interlocked.CompareExchange(ref _lazyText, GetRoot(cancellationToken).GetText(Encoding,
_checksumAlgorithm
), null);
71
=> (root == _root && options == Options) ? this : new ParsedSyntaxTree((root == _root) ? _lazyText : null, (CSharpSyntaxNode)root, (CSharpParseOptions)options, FilePath, Encoding,
_checksumAlgorithm
);
74
=> (path == FilePath) ? this : new ParsedSyntaxTree(_lazyText, _root, Options, path, Encoding,
_checksumAlgorithm
);