3 references to Change_Signature
Microsoft.CodeAnalysis.EditorFeatures (3)
ChangeSignature\AbstractChangeSignatureCommandHandler.cs (2)
27public string DisplayName => EditorFeaturesResources.Change_Signature; 125string.Format(EditorFeaturesResources.Preview_Changes_0, EditorFeaturesResources.Change_Signature),
Intents\DeleteParameterIntentProvider.cs (1)
62return [new IntentProcessorResult(changeSignatureResult.UpdatedSolution, changedDocuments, EditorFeaturesResources.Change_Signature, WellKnownIntents.DeleteParameter)];