1 write to _storage
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\RecoverableTextAndVersion.cs (1)
203Interlocked.CompareExchange(ref _storage, storage, null);
6 references to _storage
Microsoft.CodeAnalysis.Workspaces (6)
Workspace\Solution\RecoverableTextAndVersion.cs (6)
173public ITemporaryTextStorageInternal? Storage => _storage; 177Contract.ThrowIfNull(_storage); 181return await _storage.ReadTextAsync(cancellationToken).ConfigureAwait(false); 187Contract.ThrowIfNull(_storage); 191return _storage.ReadText(cancellationToken); 197Contract.ThrowIfFalse(_storage == null); // Cannot save more than once