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