8 references to VerifyCompleted
Microsoft.AspNetCore.Razor.Utilities.Shared.UnitTests (1)
Threading\AsyncLazyTests.cs (1)
28Assert.Equal(5, t.VerifyCompleted());
Microsoft.VisualStudio.LanguageServices.Razor (3)
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Diagnostics\CohostDocumentPullDiagnosticsEndpointBase.cs (2)
84var csharpDiagnostics = csharpTask.VerifyCompleted(); 85var htmlDiagnostics = htmlTask.VerifyCompleted();
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\HtmlDocumentServices\HtmlDocumentSynchronizer.cs (1)
97if (request.Task.IsCompleted && !request.Task.VerifyCompleted().Synchronized)
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (1)
Cohost\HtmlDocumentSynchronizerTest.cs (1)
299Assert.False(task1.VerifyCompleted().Synchronized);
Microsoft.VisualStudioCode.RazorExtension (3)
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Diagnostics\CohostDocumentPullDiagnosticsEndpointBase.cs (2)
84var csharpDiagnostics = csharpTask.VerifyCompleted(); 85var htmlDiagnostics = htmlTask.VerifyCompleted();
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\HtmlDocumentServices\HtmlDocumentSynchronizer.cs (1)
97if (request.Task.IsCompleted && !request.Task.VerifyCompleted().Synchronized)