3 references to _whenCompleted
Microsoft.CodeAnalysis (3)
DiagnosticAnalyzer\AsyncQueue.cs (3)
205
Debug.Assert(
_whenCompleted
.Task.CreationOptions.HasFlag(TaskCreationOptions.RunContinuationsAsynchronously));
206
_whenCompleted
.SetResult(true);
222
return
_whenCompleted
.Task;