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