1 implementation of IInterceptedCommand
Microsoft.VisualStudio.LanguageServices.Razor (1)
OrganizeUsingsCommand.cs (1)
18
internal 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
56
private readonly ImmutableArray<
IInterceptedCommand
> _interceptedCommands = [.. interceptedCommands];
RazorLSPTextViewConnectionListener.RazorLSPTextViewFilter.cs (5)
21
ImmutableArray<
IInterceptedCommand
> interceptedCommands) : IOleCommandTarget, IVsTextViewFilter
25
private readonly ImmutableArray<
IInterceptedCommand
> _interceptedCommands = interceptedCommands;
50
ImmutableArray<
IInterceptedCommand
> interceptedCommands)
62
foreach (
var
command in _interceptedCommands)
82
foreach (
var
command in _interceptedCommands)