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