mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
C#: Move the StandaloneAnalyser to the Standalone project.
This commit is contained in:
@@ -34,7 +34,7 @@ namespace Semmle.Extraction.CSharp.Standalone
|
||||
references => GetResolvedReferencesStandalone(referencePaths, references),
|
||||
(analyser, syntaxTrees) => CSharp.Extractor.ReadSyntaxTrees(sources, analyser, null, null, syntaxTrees),
|
||||
(syntaxTrees, references) => CSharpCompilation.Create("csharp.dll", syntaxTrees, references),
|
||||
(compilation, options) => analyser.InitializeStandalone(compilation, options),
|
||||
(compilation, options) => analyser.Initialize(compilation, options),
|
||||
() => { },
|
||||
_ => { },
|
||||
() =>
|
||||
|
||||
Reference in New Issue
Block a user