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