C#: Rename some methods.

This commit is contained in:
Calum Grant
2019-08-08 10:05:53 +01:00
parent 58e6d236ff
commit bd1b0018b0
22 changed files with 56 additions and 54 deletions

View File

@@ -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());