2 references to IsStringReturningMethod
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Performance\CollapseMultiplePathOperations.cs (2)
66
if (method.Name == "Combine" &&
IsStringReturningMethod
(method))
70
else if (method.Name == "Join" &&
IsStringReturningMethod
(method))