1 write to _contentHash
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\DocumentState.cs (1)
107ImmutableInterlocked.InterlockedCompareExchange(ref _contentHash, text.GetContentHash(), default);
2 references to _contentHash
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\DocumentState.cs (2)
104if (_contentHash.IsDefault) 110return _contentHash;