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)
380
Debug.Assert(
_lazyHashAlgorithm
!= default(SourceHashAlgorithm));
384
return new Cci.DebugSourceInfo(_lazyChecksum,
_lazyHashAlgorithm
);