Skip to content

Commit 6928f7d

Browse files
committed
C#: Address review comment.
1 parent 4675426 commit 6928f7d

File tree

1 file changed

+1
-1
lines changed
  • csharp/extractor/Semmle.Extraction.CSharp/Entities/Types

1 file changed

+1
-1
lines changed

csharp/extractor/Semmle.Extraction.CSharp/Entities/Types/Type.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ public void PopulateGenerics()
285285
Context.CreateEntity(member);
286286
}
287287

288-
if (Symbol.BaseType is not null && Symbol.BaseType.ShouldExtractSymbol())
288+
if (Symbol.BaseType is not null)
289289
Create(Context, Symbol.BaseType).PopulateGenerics();
290290

291291
foreach (var i in Symbol.Interfaces.ExtractionCandidates())

0 commit comments

Comments
 (0)