2 writes to _lazyChecksum
Microsoft.CodeAnalysis (2)
Syntax\SyntaxTree.cs (2)
373
if (RoslynImmutableInterlocked.VolatileRead(ref
_lazyChecksum
).IsDefault)
377
ImmutableInterlocked.InterlockedInitialize(ref
_lazyChecksum
, text.GetChecksum());
2 references to _lazyChecksum
Microsoft.CodeAnalysis (2)
Syntax\SyntaxTree.cs (2)
380
Debug.Assert(!
_lazyChecksum
.IsDefault);
385
return new Cci.DebugSourceInfo(
_lazyChecksum
, _lazyHashAlgorithm);