4 writes to _pendingUpdatedSolution
Microsoft.CodeAnalysis.EditorFeatures (4)
EditAndContinue\ManagedHotReloadLanguageServiceImpl.cs (4)
161
var committedSolution = Interlocked.Exchange(ref
_pendingUpdatedSolution
, null);
192
Contract.ThrowIfNull(Interlocked.Exchange(ref
_pendingUpdatedSolution
, null));
229
_pendingUpdatedSolution
= null;
301
_pendingUpdatedSolution
= solution;