Browse Source

Ignore instructions with field operands in MethodVirtualUsedByAnalyzer

pull/2606/head
Siegfried Pammer 3 years ago
parent
commit
e2428148ef
  1. 1
      ILSpy/Analyzers/Builtin/MethodVirtualUsedByAnalyzer.cs

1
ILSpy/Analyzers/Builtin/MethodVirtualUsedByAnalyzer.cs

@ -118,7 +118,6 @@ namespace ICSharpCode.ILSpy.Analyzers.Builtin @@ -118,7 +118,6 @@ namespace ICSharpCode.ILSpy.Analyzers.Builtin
var opCode = blob.DecodeOpCode();
switch (opCode.GetOperandType())
{
case OperandType.Field:
case OperandType.Method:
case OperandType.Sig:
case OperandType.Tok:

Loading…
Cancel
Save