1 write to _lazyContentHash
Microsoft.CodeAnalysis (1)
Text\SourceText.cs (1)
624
ImmutableInterlocked.InterlockedInitialize(ref
_lazyContentHash
, computeContentHash());
4 references to _lazyContentHash
Microsoft.CodeAnalysis (4)
Text\SourceText.cs (4)
622
if (
_lazyContentHash
.IsDefault)
627
return
_lazyContentHash
;
1157
var leftContentHash =
_lazyContentHash
;
1158
var rightContentHash = other.
_lazyContentHash
;