2 overrides of LoadComponentsInBackgroundAfterSolutionFullyLoadedAsync
Microsoft.VisualStudio.LanguageServices (2)
LanguageService\AbstractPackage`2.cs (1)
117protected override async Task LoadComponentsInBackgroundAfterSolutionFullyLoadedAsync(CancellationToken cancellationToken)
RoslynPackage.cs (1)
98protected override async Task LoadComponentsInBackgroundAfterSolutionFullyLoadedAsync(CancellationToken cancellationToken)
1 reference to LoadComponentsInBackgroundAfterSolutionFullyLoadedAsync
Microsoft.VisualStudio.LanguageServices (1)
LanguageService\AbstractPackage.cs (1)
93LoadComponentsInBackgroundAfterSolutionFullyLoadedAsync(cancellationToken).ReportNonFatalErrorUnlessCancelledAsync(cancellationToken).Forget();