5 writes to _pendingUpdatedSolution
Microsoft.CodeAnalysis.Remote.Workspaces (5)
EditAndContinue\ManagedHotReloadLanguageService.cs (5)
58_pendingUpdatedSolution = null; 135var committedSolution = Interlocked.Exchange(ref _pendingUpdatedSolution, null); 162Contract.ThrowIfNull(Interlocked.Exchange(ref _pendingUpdatedSolution, null)); 187_pendingUpdatedSolution = null; 268_pendingUpdatedSolution = solution;