We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81adf52 commit 3fd04ffCopy full SHA for 3fd04ff
csharp/extractor/Semmle.Extraction.CSharp/Entities/Locations/Location.cs
@@ -6,12 +6,7 @@ public abstract class Location : CachedEntity<Microsoft.CodeAnalysis.Location?>
6
#nullable restore warnings
7
protected Location(Context cx, Microsoft.CodeAnalysis.Location? init)
8
: base(cx, init)
9
- {
10
- if (cx.ExtractionContext.IsStandalone)
11
12
- cx.AddFreshLabel(this);
13
- }
14
+ { }
15
16
protected static void WriteStarId(EscapingTextWriter writer)
17
{
0 commit comments