4 writes to _pendingUpdatedSolution
Microsoft.VisualStudio.LanguageServices.DevKit (4)
src\EditorFeatures\Core\EditAndContinue\ManagedHotReloadLanguageServiceImpl.cs (4)
167
var committedSolution = Interlocked.Exchange(ref
_pendingUpdatedSolution
, null);
198
Contract.ThrowIfNull(Interlocked.Exchange(ref
_pendingUpdatedSolution
, null));
235
_pendingUpdatedSolution
= null;
307
_pendingUpdatedSolution
= solution;