5 writes to _pendingUpdatedDesignTimeSolution
Microsoft.CodeAnalysis.Remote.Workspaces (5)
EditAndContinue\ManagedHotReloadLanguageService.cs (5)
57_pendingUpdatedDesignTimeSolution = null; 143var committedDesignTimeSolution = Interlocked.Exchange(ref _pendingUpdatedDesignTimeSolution, null); 197Contract.ThrowIfNull(Interlocked.Exchange(ref _pendingUpdatedDesignTimeSolution, null)); 224_pendingUpdatedDesignTimeSolution = null; 325_pendingUpdatedDesignTimeSolution = designTimeSolution;