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