6 references to InlineDeclarationDiagnosticId
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
CodeCleanup\CSharpCodeCleanupService.cs (1)
144
IDEDiagnosticIds.
InlineDeclarationDiagnosticId
),
Microsoft.CodeAnalysis.CSharp.Features (2)
src\Analyzers\CSharp\Analyzers\InlineDeclaration\CSharpInlineDeclarationDiagnosticAnalyzer.cs (1)
34
: AbstractBuiltInCodeStyleDiagnosticAnalyzer(IDEDiagnosticIds.
InlineDeclarationDiagnosticId
,
src\Analyzers\CSharp\CodeFixes\InlineDeclaration\CSharpInlineDeclarationCodeFixProvider.cs (1)
37
=> [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
}")]