3 references to GetCommandState
Microsoft.CodeAnalysis.EditorFeatures (3)
Organizing\OrganizeDocumentCommandHandler.cs (3)
54
=>
GetCommandState
(args, _ => EditorFeaturesResources.Organize_Document, needsSemantics: true);
78
=>
GetCommandState
(args, o => o.SortImportsDisplayStringWithAccelerator, needsSemantics: false);
81
=>
GetCommandState
(args, o => o.SortAndRemoveUnusedImportsDisplayStringWithAccelerator, needsSemantics: true);