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