4 references to UseCompoundAssignment
Microsoft.CodeAnalysis.CSharp.Features (1)
CSharpUseCompoundAssignmentCodeFixProvider.cs (1)
16
[ExportCodeFixProvider(LanguageNames.CSharp, Name = PredefinedCodeFixProviderNames.
UseCompoundAssignment
), Shared]
Microsoft.CodeAnalysis.ExternalAccess.Razor (1)
RazorPredefinedCodeFixProviderNames.cs (1)
115
public static string UseCompoundAssignment => PredefinedCodeFixProviderNames.
UseCompoundAssignment
;
Microsoft.CodeAnalysis.Features (1)
PredefinedCodeFixProviderNames.cs (1)
134
public const string UseCompoundAssignment = nameof(
UseCompoundAssignment
);
Microsoft.CodeAnalysis.VisualBasic.Features (1)
VisualBasicUseCompoundAssignmentCodeFixProvider.vb (1)
13
<ExportCodeFixProvider(LanguageNames.VisualBasic, Name:=PredefinedCodeFixProviderNames.
UseCompoundAssignment
), [Shared]>