3 references to GetShiftSizeMask
Microsoft.CodeAnalysis.VisualBasic (3)
CodeGen\EmitOperators.vb (1)
370Return leftOperandType.GetEnumUnderlyingTypeOrSelf.SpecialType.GetShiftSizeMask()
Preprocessor\ExpressionEvaluator.vb (2)
1250RightValue = RightValue And left.SpecialType.GetShiftSizeMask() 1261RightValue = RightValue And left.SpecialType.GetShiftSizeMask()