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