1 write to _resetInteractiveCommand
Microsoft.VisualStudio.LanguageServices (1)
Interactive\AbstractResetInteractiveMenuCommand.cs (1)
51
_resetInteractiveCommand
= _componentModel.DefaultExportProvider
1 reference to _resetInteractiveCommand
Microsoft.VisualStudio.LanguageServices (1)
Interactive\AbstractResetInteractiveMenuCommand.cs (1)
37
private Lazy<IResetInteractiveCommand> ResetInteractiveCommand =>
_resetInteractiveCommand
;