mirror of
https://github.com/github/codeql.git
synced 2026-05-02 20:25:13 +02:00
Move location-like entities to the Semmle.Extraction.CSharp namespace
This commit is contained in:
@@ -8,7 +8,7 @@ namespace Semmle.Extraction.CSharp.Entities
|
||||
private Namespace(Context cx, INamespaceSymbol init)
|
||||
: base(cx, init) { }
|
||||
|
||||
public override Location? ReportingLocation => null;
|
||||
public override Microsoft.CodeAnalysis.Location? ReportingLocation => null;
|
||||
|
||||
public override void Populate(TextWriter trapFile)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user