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