4 writes to _pendingUpdatedSolution
Microsoft.CodeAnalysis.EditorFeatures (4)
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;