2 writes to CurrentlyExecutingCommand
Microsoft.VisualStudio.LanguageServices (2)
Implementation\AbstractOleCommandTarget.Execute.cs (2)
19
this.
CurrentlyExecutingCommand
= commandId;
49
this.
CurrentlyExecutingCommand
= default;
1 reference to CurrentlyExecutingCommand
Microsoft.VisualStudio.LanguageServices (1)
Implementation\AbstractVsTextViewFilter.cs (1)
173
(VSConstants.VSStd2KCmdID)this.
CurrentlyExecutingCommand
== VSConstants.VSStd2KCmdID.GOTOBRACE_EXT,