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