2 references to TryGetRoscharConcatMethodWithArity
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Runtime\UseSpanBasedStringConcat.cs (1)
79
if (!symbols.
TryGetRoscharConcatMethodWithArity
(concatOperands.Length, out _))
Microsoft.NetCore.Analyzers\Runtime\UseSpanBasedStringConcat.Fixer.cs (1)
60
if (!symbols.
TryGetRoscharConcatMethodWithArity
(operands.Length, out IMethodSymbol? roscharConcatMethod))