2 references to GetTitle
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Performance\PreferLengthCountIsEmptyOverAny.Fixer.cs (2)
27if (equivalenceKey is null || equivalenceKey == GetTitle(diagnostic)) 46string title = GetTitle(diagnostic);