1 implementation of IInterceptedCommand
Microsoft.VisualStudio.LanguageServices.Razor (1)
OrganizeUsingsCommand.cs (1)
18internal sealed class OrganizeUsingsCommand(IRemoteServiceInvoker remoteServiceInvoker) : IInterceptedCommand
8 references to IInterceptedCommand
Microsoft.VisualStudio.LanguageServices.Razor (8)
OrganizeUsingsCommand.cs (1)
16[Export(typeof(IInterceptedCommand))]
RazorLSPTextViewConnectionListener.cs (2)
48[ImportMany] IEnumerable<IInterceptedCommand> interceptedCommands) : ITextViewConnectionListener 56private readonly ImmutableArray<IInterceptedCommand> _interceptedCommands = [.. interceptedCommands];
RazorLSPTextViewConnectionListener.RazorLSPTextViewFilter.cs (5)
21ImmutableArray<IInterceptedCommand> interceptedCommands) : IOleCommandTarget, IVsTextViewFilter 25private readonly ImmutableArray<IInterceptedCommand> _interceptedCommands = interceptedCommands; 50ImmutableArray<IInterceptedCommand> interceptedCommands) 62foreach (var command in _interceptedCommands) 82foreach (var command in _interceptedCommands)