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