2 references to StartSessionAsync
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
EditAndContinue\EditAndContinueWorkspaceServiceTests.cs (1)
4572await hotReload.StartSessionAsync(solution, CancellationToken.None);
Microsoft.CodeAnalysis.Features (1)
ExternalAccess\Watch\Api\WatchHotReloadService.cs (1)
90/// the one passed to <see cref="StartSessionAsync(Solution, CancellationToken)"/> for the first invocation.