8 references to UseNullPropagationDiagnosticId
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
CodeCleanup\CSharpCodeCleanupService.cs (1)
77IDEDiagnosticIds.UseNullPropagationDiagnosticId),
Microsoft.CodeAnalysis.Features (2)
AbstractUseNullPropagationCodeFixProvider.cs (1)
57=> ImmutableArray.Create(IDEDiagnosticIds.UseNullPropagationDiagnosticId);
AbstractUseNullPropagationDiagnosticAnalyzer.cs (1)
56: base(IDEDiagnosticIds.UseNullPropagationDiagnosticId,
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (1)
CodeCleanup\VisualBasicCodeCleanupService.vb (1)
43IDEDiagnosticIds.UseNullPropagationDiagnosticId),
Microsoft.VisualStudio.LanguageServices (3)
CodeCleanup\CommonCodeCleanUpFixerDiagnosticIds.cs (3)
316[FixId(IDEDiagnosticIds.UseNullPropagationDiagnosticId)] 317[Name(IDEDiagnosticIds.UseNullPropagationDiagnosticId)] 320[HelpLink($"https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/{IDEDiagnosticIds.UseNullPropagationDiagnosticId}")]
Roslyn.VisualStudio.Next.UnitTests (1)
Services\VisualStudioDiagnosticAnalyzerExecutorTests.cs (1)
127Assert.Equal(IDEDiagnosticIds.UseNullPropagationDiagnosticId, diagnostics[0].Id);