3 references to CanExecuteCommand
Microsoft.CodeAnalysis.EditorFeatures (3)
Formatting\FormatCommandHandler.cs (2)
100
=>
CanExecuteCommand
(buffer) ? CommandState.Available : CommandState.Unspecified;
127
if (!
CanExecuteCommand
(subjectBuffer))
Formatting\FormatCommandHandler.FormatDocument.cs (1)
19
if (!
CanExecuteCommand
(args.SubjectBuffer))