3 references to CommandPrefix
Microsoft.CodeAnalysis.EditorFeatures.Wpf (3)
Interactive\InteractiveEvaluator.cs (3)
142
_lazyInteractiveCommands = _commandsFactory.CreateInteractiveCommands(value,
CommandPrefix
, _commands);
216
Debug.Assert(GetInteractiveCommands().CommandPrefix ==
CommandPrefix
);
217
window.AddInput(
CommandPrefix
+ InteractiveWindowResetCommand.GetCommandLine(initialize, resetOptions.Platform));