3 references to UseIsNullCheckHelpers
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (3)
CSharpUseIsNullCheckForCastAndEqualityOperatorCodeFixProvider.cs (1)
24
using static
UseIsNullCheckHelpers
;
CSharpUseIsNullCheckForReferenceEqualsCodeFixProvider.cs (2)
17
using static
UseIsNullCheckHelpers
;
36
=>
UseIsNullCheckHelpers
.GetTitle(negated, options);