Implemented interface member:
method
EndSessionAsync
Microsoft.CodeAnalysis.Contracts.EditAndContinue.IManagedHotReloadLanguageService.EndSessionAsync(System.Threading.CancellationToken)
3 references to EndSessionAsync
Microsoft.CodeAnalysis.EditorFeatures (1)
EditAndContinue\ManagedHotReloadLanguageService.cs (1)
36
=> impl.
EndSessionAsync
(cancellationToken);
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (2)
EditAndContinue\EditorManagedHotReloadLanguageServiceTests.cs (2)
338
await localService.
EndSessionAsync
(CancellationToken.None);
401
await languageService.
EndSessionAsync
(CancellationToken.None);