4 writes to _pendingUpdatedSolution
Microsoft.CodeAnalysis.EditorFeatures (4)
EditAndContinue\EditAndContinueLanguageService.cs (4)
190var committedSolution = Interlocked.Exchange(ref _pendingUpdatedSolution, null); 221Contract.ThrowIfNull(Interlocked.Exchange(ref _pendingUpdatedSolution, null)); 258_pendingUpdatedSolution = null; 336_pendingUpdatedSolution = solution;