2 references to RegisterEditorFactoryAsync
Microsoft.VisualStudio.LanguageServices (2)
LanguageService\AbstractPackage`2.cs (1)
94await RegisterEditorFactoryAsync(editorFactory, cancellationToken).ConfigureAwait(true);
RoslynPackage.cs (1)
78await RegisterEditorFactoryAsync(new SettingsEditorFactory(), cancellationToken).ConfigureAwait(true);