Implemented interface member:
3 references to StartSessionAsync
Microsoft.CodeAnalysis.EditorFeatures (1)
EditAndContinue\EditAndContinueLanguageServiceBridge.cs (1)
21
=> service.
StartSessionAsync
(cancellationToken);
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (2)
EditAndContinue\EditAndContinueLanguageServiceTests.cs (2)
141
await localService.
StartSessionAsync
(CancellationToken.None);
386
await languageService.
StartSessionAsync
(CancellationToken.None);