Move more classes to the Semmle.Extraction.CSharp namespace

This commit is contained in:
Tamas Vajk
2024-11-13 15:27:48 +01:00
parent 46da5960ee
commit 02bd204111
32 changed files with 59 additions and 148 deletions

View File

@@ -1,6 +1,7 @@
using System;
using System.IO;
using Microsoft.CodeAnalysis;
using Semmle.Extraction.CSharp;
namespace Semmle.Extraction
{