2 references to SyncNamespacesCommandHandler
Microsoft.VisualStudio.LanguageServices (2)
RoslynPackage.cs (1)
234
await this.ComponentModel.GetService<
SyncNamespacesCommandHandler
>().InitializeAsync(this, cancellationToken).ConfigureAwait(false);
SyncNamespaces\SyncNamespacesCommandHandler.cs (1)
30
[Export(typeof(
SyncNamespacesCommandHandler
)), Shared]