Fix `NoTargetTypedThrowAnalyzer` choking on `throw obj.AField;`
This commit is contained in:
parent
aaefdeaadc
commit
35ce3f56c5
|
@ -30,6 +30,7 @@ public sealed class NoTargetTypedThrowAnalyzer : DiagnosticAnalyzer
|
|||
case OperationKind.ObjectCreation:
|
||||
case OperationKind.Invocation:
|
||||
case OperationKind.PropertyReference:
|
||||
case OperationKind.FieldReference:
|
||||
case OperationKind.LocalReference:
|
||||
return;
|
||||
case OperationKind.Conversion:
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue