3 references to UseNullPropagationConstants
Microsoft.CodeAnalysis.CodeStyle (1)
AbstractUseNullPropagationDiagnosticAnalyzer.cs (1)
53
ImmutableDictionary<string, string?>.Empty.Add(
UseNullPropagationConstants
.WhenPartIsNullable, "");
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
AbstractUseNullPropagationCodeFixProvider.cs (2)
109
var whenPartIsNullable = diagnostic.Properties.ContainsKey(
UseNullPropagationConstants
.WhenPartIsNullable);
152
var whenPartIsNullable = diagnostic.Properties.ContainsKey(
UseNullPropagationConstants
.WhenPartIsNullable);