4 writes to _pendingUpdatedSolution
Microsoft.VisualStudio.LanguageServices.DevKit (4)
src\EditorFeatures\Core\EditAndContinue\ManagedHotReloadLanguageServiceImpl.cs (4)
161var committedSolution = Interlocked.Exchange(ref _pendingUpdatedSolution, null); 192Contract.ThrowIfNull(Interlocked.Exchange(ref _pendingUpdatedSolution, null)); 229_pendingUpdatedSolution = null; 301_pendingUpdatedSolution = solution;