8 references to AddThisOrMeQualificationDiagnosticId
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
CodeCleanup\CSharpCodeCleanupService.cs (1)
39
IDEDiagnosticIds.
AddThisOrMeQualificationDiagnosticId
,
Microsoft.CodeAnalysis.Features (2)
AbstractQualifyMemberAccessCodeFixProvider.cs (1)
26
=> ImmutableArray.Create(IDEDiagnosticIds.
AddThisOrMeQualificationDiagnosticId
);
AbstractQualifyMemberAccessDiagnosticAnalyzer.cs (1)
25
: base(IDEDiagnosticIds.
AddThisOrMeQualificationDiagnosticId
,
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (1)
CodeCleanup\VisualBasicCodeCleanupService.vb (1)
27
IDEDiagnosticIds.
AddThisOrMeQualificationDiagnosticId
, IDEDiagnosticIds.RemoveThisOrMeQualificationDiagnosticId),
Microsoft.VisualStudio.LanguageServices (4)
CodeCleanup\CommonCodeCleanUpFixerDiagnosticIds.cs (4)
16
[FixId(IDEDiagnosticIds.
AddThisOrMeQualificationDiagnosticId
)]
17
[Name(IDEDiagnosticIds.
AddThisOrMeQualificationDiagnosticId
)]
20
[HelpLink($"https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/{IDEDiagnosticIds.
AddThisOrMeQualificationDiagnosticId
}")]
54
[Order(After = IDEDiagnosticIds.
AddThisOrMeQualificationDiagnosticId
)]