12 references to BinaryOperatorTables
Microsoft.CodeAnalysis.VisualBasic (12)
Semantics\Operators.vb (12)
1648
Dim tableKind As
BinaryOperatorTables
.TableKind
1652
tableKind =
BinaryOperatorTables
.TableKind.Addition
1657
tableKind =
BinaryOperatorTables
.TableKind.SubtractionMultiplicationModulo
1660
tableKind =
BinaryOperatorTables
.TableKind.Division
1663
tableKind =
BinaryOperatorTables
.TableKind.IntegerDivision
1666
tableKind =
BinaryOperatorTables
.TableKind.Power
1670
tableKind =
BinaryOperatorTables
.TableKind.Shift
1674
tableKind =
BinaryOperatorTables
.TableKind.Logical
1678
tableKind =
BinaryOperatorTables
.TableKind.ConcatenationLike
1686
tableKind =
BinaryOperatorTables
.TableKind.Relational
1691
tableKind =
BinaryOperatorTables
.TableKind.Bitwise
1697
Return CType(
BinaryOperatorTables
.Table(tableKind, leftIndex.Value, rightIndex.Value), SpecialType)