We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfafb80 commit f8067deCopy full SHA for f8067de
csharp/extractor/Semmle.Extraction.CSharp/Entities/TypeMention.cs
@@ -118,9 +118,9 @@ protected override void Populate(TextWriter trapFile)
118
}
119
120
121
- private void Emit(TextWriter trapFile, Microsoft.CodeAnalysis.Location loc, IEntity parent, Type type)
+ private void Emit(TextWriter trapFile, Microsoft.CodeAnalysis.Location loc, IEntity parent, Type localType)
122
{
123
- trapFile.type_mention(this, type.TypeRef, parent);
+ trapFile.type_mention(this, localType.TypeRef, parent);
124
trapFile.type_mention_location(this, Context.CreateLocation(loc));
125
126
0 commit comments