1 reference to TwoByteMask
System.Reflection.Emit (1)
System\Reflection\Emit\CustomAttributeWrapper.cs (1)
109
len = ((data[pos] &
TwoByteMask
) << 8) + data[pos + 1];