6 references to InlineDeclarationDiagnosticId
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
CodeCleanup\CSharpCodeCleanupService.cs (1)
227
IDEDiagnosticIds.
InlineDeclarationDiagnosticId
),
Microsoft.CodeAnalysis.CSharp.Features (2)
CSharpInlineDeclarationCodeFixProvider.cs (1)
42
=> ImmutableArray.Create(IDEDiagnosticIds.
InlineDeclarationDiagnosticId
);
CSharpInlineDeclarationDiagnosticAnalyzer.cs (1)
38
: base(IDEDiagnosticIds.
InlineDeclarationDiagnosticId
,
Microsoft.VisualStudio.LanguageServices.CSharp (3)
LanguageService\CSharpCodeCleanupFixerDiagnosticIds.cs (3)
109
[FixId(IDEDiagnosticIds.
InlineDeclarationDiagnosticId
)]
110
[Name(IDEDiagnosticIds.
InlineDeclarationDiagnosticId
)]
113
[HelpLink($"https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/{IDEDiagnosticIds.
InlineDeclarationDiagnosticId
}")]