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