4 references to VerifyCompleted
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
846CancellationToken.None).VerifyCompleted();
Workspace\Solution\VersionSource\RecoverableTextAndVersion.cs (1)
120var recoverableText = valueTask.VerifyCompleted("GetRecoverableTextAsync should have completed synchronously since we passed 'useAsync: false'");
Workspace\Workspace.cs (2)
245return valueTask.VerifyCompleted("Task must have completed synchronously as we passed 'useAsync: false' to SetCurrentSolutionAsync"); 493return valueTask.VerifyCompleted("Task must have completed synchronously as we passed 'useAsync: false' to SetCurrentSolutionAsync");