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