Skip to content

Commit 5fdd980

Browse files
committed
C#: Add new name for multiplication used in conjunction with compound assignment.
1 parent 9f67a33 commit 5fdd980

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

csharp/extractor/Semmle.Extraction.CSharp.Util/SymbolExtensions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ public static string GetName(this ISymbol symbol, bool useMetadataName = false)
3030
{ "op_UnaryNegation", "-" },
3131
{ "op_Subtraction", "-" },
3232
{ "op_Multiply", "*" },
33+
{ "op_Multiplication", "*" },
3334
{ "op_Division", "/" },
3435
{ "op_Modulus", "%" },
3536
{ "op_GreaterThan", ">" },

0 commit comments

Comments
 (0)