42 int num = (int)opCodeValues;
45 if (num < 65024 || num > 65054)
49 num = 256 + (num - 65024);
70 return (
m_flags & 0x1000000) != 0;
78 public override bool Equals([NotNullWhen(
true)]
object?
obj)
89 return obj.Value ==
Value;
static ? string GetName(Type enumType, object value)
static bool Read(ref bool location)
static void Write(ref bool location, bool value)
override? string ToString()
StackBehaviour StackBehaviourPop
override int GetHashCode()
StackBehaviour StackBehaviourPush
OpCode(OpCodeValues value, int flags)
readonly OpCodeValues m_value
static bool operator!=(OpCode a, OpCode b)
override bool Equals([NotNullWhen(true)] object? obj)
static bool operator==(OpCode a, OpCode b)
static volatile string[] g_nameCache