2 references to VBForToShiftBits
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
5144
int bits = stepEnumUnderlyingTypeOrSelf.SpecialType.
VBForToShiftBits
();
Microsoft.CodeAnalysis.VisualBasic (1)
Lowering\LocalRewriter\LocalRewriter_ForTo.vb (1)
633
Dim bits As Integer = [step].Type.GetEnumUnderlyingTypeOrSelf.SpecialType.
VBForToShiftBits
()