mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
Move all classes to the Semmle.Extraction.CSharp namespace
This commit is contained in:
@@ -3,7 +3,7 @@ using Microsoft.CodeAnalysis;
|
||||
|
||||
namespace Semmle.Extraction.CSharp.Entities
|
||||
{
|
||||
internal class Modifier : Extraction.CachedEntity<string>
|
||||
internal class Modifier : CachedEntity<string>
|
||||
{
|
||||
private Modifier(Context cx, string init)
|
||||
: base(cx, init) { }
|
||||
|
||||
Reference in New Issue
Block a user