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)
42return mutex._taskCompletionSource.Task; 70_taskCompletionSource.SetCanceled(); 79_taskCompletionSource.SetResult(this);