C#: Adjust conditional access locations

This commit is contained in:
Tom Hvitved
2024-04-10 15:24:20 +02:00
parent 7c43ca7001
commit 1c344d6735
20 changed files with 337 additions and 307 deletions

View File

@@ -125,11 +125,6 @@ namespace Semmle.Extraction.CSharp.Entities
cachedLocation = Context.CreateLocation(CodeAnalysisLocation);
return cachedLocation;
}
set
{
cachedLocation = value;
}
}
public ExprKind Kind { get; set; } = ExprKind.UNKNOWN;