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