3 references to CreateAsync
Microsoft.CodeAnalysis.Workspaces (3)
Remote\IRemoteKeepAliveService.cs (2)
265
=>
CreateAsync
(solution.CompilationState, projectId, cancellationToken);
269
=>
CreateAsync
(compilationState, projectId: null, cancellationToken);
Workspace\Solution\SolutionCompilationState.RegularCompilationTracker_Generators.cs (1)
124
using var _ = await RemoteKeepAliveSession.
CreateAsync
(