5 writes to _pendingUpdatedDesignTimeSolution
Microsoft.CodeAnalysis.Remote.Workspaces (5)
EditAndContinue\ManagedHotReloadLanguageService.cs (5)
58_pendingUpdatedDesignTimeSolution = null; 144var committedDesignTimeSolution = Interlocked.Exchange(ref _pendingUpdatedDesignTimeSolution, null); 198Contract.ThrowIfNull(Interlocked.Exchange(ref _pendingUpdatedDesignTimeSolution, null)); 225_pendingUpdatedDesignTimeSolution = null; 311_pendingUpdatedDesignTimeSolution = designTimeSolution;