5 writes to _pendingUpdatedDesignTimeSolution
Microsoft.CodeAnalysis.Remote.Workspaces (5)
EditAndContinue\ManagedHotReloadLanguageService.cs (5)
58_pendingUpdatedDesignTimeSolution = null; 141var committedDesignTimeSolution = Interlocked.Exchange(ref _pendingUpdatedDesignTimeSolution, null); 170Contract.ThrowIfNull(Interlocked.Exchange(ref _pendingUpdatedDesignTimeSolution, null)); 197_pendingUpdatedDesignTimeSolution = null; 281_pendingUpdatedDesignTimeSolution = designTimeSolution;