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