mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
C#: Change the populate logic context. It looks like a mistake that the only flag set is Standalone.
This commit is contained in:
@@ -267,7 +267,7 @@ namespace Semmle.Extraction.CSharp
|
||||
|
||||
bool duplicationGuard, deferred;
|
||||
|
||||
if (ExtractionContext.Mode is ExtractorMode.Standalone)
|
||||
if (ExtractionContext.IsStandalone)
|
||||
{
|
||||
duplicationGuard = false;
|
||||
deferred = false;
|
||||
|
||||
Reference in New Issue
Block a user