A collection of Mono.Cecil OpCodes which are used by this analyzer.
To speed up the code analysis process, each CodeModuleInstructionAnalyzer must provide a list of the Instruction OpCodes it's interested in. Project Auditor will only invoke an InstructionAnalyzer if the OpCode of the Instruction currently under analysis matches one of the OpCodes in this list. For more details, refer to the <a href="https://github.com/jbevain/cecil/blob/master/Mono.Cecil.Cil/OpCodes.cs">Mono.Cecil Github page</a>.