1 write to _taskCompletionSource
Microsoft.TemplateEngine.Edge (1)
Settings\AsyncMutex.cs (1)
24
_taskCompletionSource
= new TaskCompletionSource<AsyncMutex>();
3 references to _taskCompletionSource
Microsoft.TemplateEngine.Edge (3)
Settings\AsyncMutex.cs (3)
42
return mutex.
_taskCompletionSource
.Task;
70
_taskCompletionSource
.SetCanceled();
79
_taskCompletionSource
.SetResult(this);