Skip to content

Commit 35ce3f5

Browse files
committed
Fix NoTargetTypedThrowAnalyzer choking on throw obj.AField;
1 parent aaefdea commit 35ce3f5

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

ExternalProjects/BizHawk.Analyzer/NoTargetTypedThrowAnalyzer.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ public override void Initialize(AnalysisContext context)
3030
case OperationKind.ObjectCreation:
3131
case OperationKind.Invocation:
3232
case OperationKind.PropertyReference:
33+
case OperationKind.FieldReference:
3334
case OperationKind.LocalReference:
3435
return;
3536
case OperationKind.Conversion:

References/BizHawk.Analyzer.dll

512 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)