mirror of
https://github.com/github/codeql.git
synced 2026-05-05 21:55:19 +02:00
C#: Use var everywhere
This commit is contained in:
@@ -150,7 +150,7 @@ namespace Semmle.Extraction.CSharp.Entities
|
||||
var callType = GetCallType(cx, node);
|
||||
if (callType == CallType.Dynamic)
|
||||
{
|
||||
UserOperator.OperatorSymbol(method.Name, out string operatorName);
|
||||
UserOperator.OperatorSymbol(method.Name, out var operatorName);
|
||||
trapFile.dynamic_member_name(this, operatorName);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user