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