1 write to _lazyContentHash
Microsoft.CodeAnalysis (1)
Text\SourceText.cs (1)
644
ImmutableInterlocked.InterlockedInitialize(ref
_lazyContentHash
, computeContentHash());
4 references to _lazyContentHash
Microsoft.CodeAnalysis (4)
Text\SourceText.cs (4)
642
if (
_lazyContentHash
.IsDefault)
647
return
_lazyContentHash
;
1234
var leftContentHash =
_lazyContentHash
;
1235
var rightContentHash = other.
_lazyContentHash
;