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