2 references to UseCoalesceExpressionForIfNullStatementCheck
Microsoft.CodeAnalysis.Features (2)
PredefinedCodeFixProviderNames.cs (1)
130
public const string UseCoalesceExpressionForIfNullStatementCheck = nameof(
UseCoalesceExpressionForIfNullStatementCheck
);
UseCoalesceExpressionForIfNullStatementCheckCodeFixProvider.cs (1)
21
[ExportCodeFixProvider(LanguageNames.CSharp, LanguageNames.VisualBasic, Name = PredefinedCodeFixProviderNames.
UseCoalesceExpressionForIfNullStatementCheck
), Shared]