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