1 write to _lazyContentHash
Microsoft.CodeAnalysis (1)
Text\SourceText.cs (1)
626
ImmutableInterlocked.InterlockedInitialize(ref
_lazyContentHash
, computeContentHash());
4 references to _lazyContentHash
Microsoft.CodeAnalysis (4)
Text\SourceText.cs (4)
624
if (
_lazyContentHash
.IsDefault)
629
return
_lazyContentHash
;
1216
var leftContentHash =
_lazyContentHash
;
1217
var rightContentHash = other.
_lazyContentHash
;