3 references to VerifyCompleted
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
819
CancellationToken.None).
VerifyCompleted
();
Workspace\Workspace.cs (2)
247
return valueTask.
VerifyCompleted
("Task must have completed synchronously as we passed 'useAsync: false' to SetCurrentSolutionAsync");
492
return valueTask.
VerifyCompleted
("Task must have completed synchronously as we passed 'useAsync: false' to SetCurrentSolutionAsync");