We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b349eb commit 6cf20d5Copy full SHA for 6cf20d5
csharp/extractor/Semmle.Extraction.CIL/Entities/Type.cs
@@ -1264,21 +1264,6 @@ public Instantiation(ITypeSignature genericType, ImmutableArray<ITypeSignature>
1264
this.typeArguments = typeArguments;
1265
}
1266
1267
- public override bool Equals(object? obj)
1268
- {
1269
- return base.Equals(obj);
1270
- }
1271
-
1272
- public override int GetHashCode()
1273
1274
- return base.GetHashCode();
1275
1276
1277
- public override string? ToString()
1278
1279
- return base.ToString();
1280
1281
1282
public void WriteId(TextWriter trapFile, GenericContext gc)
1283
{
1284
genericType.WriteId(trapFile, gc);
0 commit comments