mirror of
https://github.com/github/codeql.git
synced 2026-05-02 04:05:14 +02:00
C#: Rename some methods.
This commit is contained in:
@@ -21,7 +21,7 @@ namespace Semmle.Extraction.CSharp.Entities.Statements
|
||||
{
|
||||
Expression.Create(cx, Stmt.Expression, this, 1);
|
||||
|
||||
var typeSymbol = cx.Model(Stmt).GetDeclaredSymbol(Stmt);
|
||||
var typeSymbol = cx.GetModel(Stmt).GetDeclaredSymbol(Stmt);
|
||||
var type = Type.Create(cx, typeSymbol.GetAnnotatedType());
|
||||
|
||||
var location = cx.Create(Stmt.Identifier.GetLocation());
|
||||
|
||||
Reference in New Issue
Block a user