4 writes to _pendingUpdatedSolution
Microsoft.VisualStudio.LanguageServices.DevKit (4)
src\EditorFeatures\Core\EditAndContinue\ManagedHotReloadLanguageServiceImpl.cs (4)
167var committedSolution = Interlocked.Exchange(ref _pendingUpdatedSolution, null); 198Contract.ThrowIfNull(Interlocked.Exchange(ref _pendingUpdatedSolution, null)); 235_pendingUpdatedSolution = null; 307_pendingUpdatedSolution = solution;