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