Skip to content

Commit

Permalink
C#: Change the populate logic context. It looks like a mistake that t…
Browse files Browse the repository at this point in the history
…he only flag set is Standalone.
  • Loading branch information
michaelnebel committed Feb 28, 2025
1 parent a1d9a04 commit c4033f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -267,7 +267,7 @@ private void Populate(ISymbol? optionalSymbol, Entities.CachedEntity entity)

bool duplicationGuard, deferred;

if (ExtractionContext.Mode is ExtractorMode.Standalone)
if (ExtractionContext.IsStandalone)
{
duplicationGuard = false;
deferred = false;

0 comments on commit c4033f2

Please sign in to comment.