2 references to Organize_Document
Microsoft.CodeAnalysis.EditorFeatures (2)
Organizing\OrganizeDocumentCommandHandler.cs (2)
48
public string DisplayName => EditorFeaturesResources.
Organize_Document
;
51
=> GetCommandState(args, _ => EditorFeaturesResources.
Organize_Document
, needsSemantics: true);