1 write to _lazyHashAlgorithm
Microsoft.CodeAnalysis (1)
Syntax\SyntaxTree.cs (1)
376_lazyHashAlgorithm = text.ChecksumAlgorithm;
2 references to _lazyHashAlgorithm
Microsoft.CodeAnalysis (2)
Syntax\SyntaxTree.cs (2)
380Debug.Assert(_lazyHashAlgorithm != default(SourceHashAlgorithm)); 384return new Cci.DebugSourceInfo(_lazyChecksum, _lazyHashAlgorithm);