C#: Change the populate logic context. It looks like a mistake that the only flag set is Standalone.

This commit is contained in:
Michael Nebel
2025-02-28 10:37:47 +01:00
parent c2b835da40
commit e835d8b168

View File

@@ -267,7 +267,7 @@ namespace Semmle.Extraction.CSharp
bool duplicationGuard, deferred;
if (ExtractionContext.Mode is ExtractorMode.Standalone)
if (ExtractionContext.IsStandalone)
{
duplicationGuard = false;
deferred = false;