2 references to GetTitle
Microsoft.CodeAnalysis.CSharp.Features (2)
CSharpUseIsNullCheckForCastAndEqualityOperatorCodeFixProvider.cs (1)
47var title = GetTitle(negated, diagnostic.Location.SourceTree!.Options);
CSharpUseIsNullCheckForReferenceEqualsCodeFixProvider.cs (1)
36=> UseIsNullCheckHelpers.GetTitle(negated, options);