File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
csharp/ql/src/semmle/code/csharp/ir/implementation Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -947,6 +947,10 @@ class ConvertInstruction extends UnaryInstruction {
947947 ConvertInstruction ( ) { getOpcode ( ) instanceof Opcode:: Convert }
948948}
949949
950+ class CheckedConvertOrNullInstruction extends UnaryInstruction {
951+ CheckedConvertOrNullInstruction ( ) { getOpcode ( ) instanceof Opcode:: CheckedConvertOrNull }
952+ }
953+
950954/**
951955 * Represents an instruction that converts between two addresses
952956 * related by inheritance.
Original file line number Diff line number Diff line change @@ -947,6 +947,10 @@ class ConvertInstruction extends UnaryInstruction {
947947 ConvertInstruction ( ) { getOpcode ( ) instanceof Opcode:: Convert }
948948}
949949
950+ class CheckedConvertOrNullInstruction extends UnaryInstruction {
951+ CheckedConvertOrNullInstruction ( ) { getOpcode ( ) instanceof Opcode:: CheckedConvertOrNull }
952+ }
953+
950954/**
951955 * Represents an instruction that converts between two addresses
952956 * related by inheritance.
You can’t perform that action at this time.
0 commit comments