2 references to GetTitle
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Runtime\PreferTypedStringBuilderAppendOverloads.Fixer.cs (2)
65if (GetTitle(operation) is not string title || 109=> expression is null ? null : GetTitle(model.GetOperationWalkingUpParentChain(expression, cancellationToken));