We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cdf3fd commit 780eb9fCopy full SHA for 780eb9f
Flow.Launcher.Localization.Analyzers/Localize/OldGetTranslateAnalyzer.cs
@@ -105,7 +105,7 @@ private static bool IsFormatStringCall(IMethodSymbol methodSymbol) =>
105
methodSymbol.ContainingType.ToDisplayString() == Constants.StringFormatTypeName;
106
107
private static InvocationExpressionSyntax GetArgumentInvocationExpression(InvocationExpressionSyntax invocationExpr, int index) =>
108
- invocationExpr.ArgumentList.Arguments[index].Expression as InvocationExpressionSyntax;
+ invocationExpr.ArgumentList.Arguments[index].Expression as InvocationExpressionSyntax;
109
110
private static bool IsTranslateCall(SymbolInfo symbolInfo) =>
111
symbolInfo.Symbol is IMethodSymbol innerMethodSymbol &&
0 commit comments