2 references to Applying_changes
Microsoft.CodeAnalysis.EditorFeatures (1)
Suggestions\SuggestedActions\EditorSuggestedAction.cs (1)
155
progressTracker.Report(CodeAnalysisProgress.Description(EditorFeaturesResources.
Applying_changes
));
Microsoft.VisualStudio.LanguageServices (1)
CodeCleanup\AbstractCodeCleanUpFixer.cs (1)
180
using (var scope = context.OperationContext.AddScope(allowCancellation: true, description: EditorFeaturesResources.
Applying_changes
))