4 writes to _pendingUpdatedSolution
Microsoft.CodeAnalysis.EditorFeatures (4)
EditAndContinue\EditAndContinueLanguageService.cs (4)
190
var committedSolution = Interlocked.Exchange(ref
_pendingUpdatedSolution
, null);
221
Contract.ThrowIfNull(Interlocked.Exchange(ref
_pendingUpdatedSolution
, null));
258
_pendingUpdatedSolution
= null;
336
_pendingUpdatedSolution
= solution;