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