6 references to UseImplicitObjectCreationDiagnosticId
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
CodeCleanup\CSharpCodeCleanupService.cs (1)
223
IDEDiagnosticIds.
UseImplicitObjectCreationDiagnosticId
),
Microsoft.CodeAnalysis.CSharp.Features (2)
CSharpUseImplicitObjectCreationCodeFixProvider.cs (1)
34
=> ImmutableArray.Create(IDEDiagnosticIds.
UseImplicitObjectCreationDiagnosticId
);
CSharpUseImplicitObjectCreationDiagnosticAnalyzer.cs (1)
23
: base(IDEDiagnosticIds.
UseImplicitObjectCreationDiagnosticId
,
Microsoft.VisualStudio.LanguageServices.CSharp (3)
LanguageService\CSharpCodeCleanupFixerDiagnosticIds.cs (3)
280
[FixId(IDEDiagnosticIds.
UseImplicitObjectCreationDiagnosticId
)]
281
[Name(IDEDiagnosticIds.
UseImplicitObjectCreationDiagnosticId
)]
284
[HelpLink($"https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/{IDEDiagnosticIds.
UseImplicitObjectCreationDiagnosticId
}")]