5 writes to _pendingUpdatedSolution
Microsoft.CodeAnalysis.Remote.Workspaces (5)
EditAndContinue\ManagedHotReloadLanguageService.cs (5)
58
_pendingUpdatedSolution
= null;
135
var committedSolution = Interlocked.Exchange(ref
_pendingUpdatedSolution
, null);
162
Contract.ThrowIfNull(Interlocked.Exchange(ref
_pendingUpdatedSolution
, null));
187
_pendingUpdatedSolution
= null;
268
_pendingUpdatedSolution
= solution;