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