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