Adds an opcode count stat to the disassembler #2137
3 new alerts
New alerts in code changed by this pull request
- 3 warnings
See annotations below for details.
Annotations
Check warning on line 28 in DMDisassembler/DMProc.cs
Code scanning / InspectCode
Possible 'null' assignment to non-nullable entity Warning
Check warning on line 29 in DMDisassembler/DMProc.cs
Code scanning / InspectCode
Possible 'System.NullReferenceException' Warning
Check warning on line 30 in DMDisassembler/DMProc.cs
Code scanning / InspectCode
Use null check pattern instead of a type check succeeding on any not-null value Warning