1 override of Message
Microsoft.CodeAnalysis.Features (1)
CodeFixesAndRefactorings\AbstractFixAllCodeAction.cs (1)
54
internal override string
Message
=> FeaturesResources.Computing_fix_all_occurrences_code_fix;
2 references to Message
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (1)
SuggestedAction.cs (1)
118
using var scope = context.AddScope(allowCancellation: true, CodeAction.
Message
);
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Suggestions\SuggestedActions\SuggestedAction.cs (1)
118
using var scope = context.AddScope(allowCancellation: true, CodeAction.
Message
);