11 references to TableKind
Microsoft.CodeAnalysis.VisualBasic (11)
Semantics\Operators.vb (11)
1648Dim tableKind As BinaryOperatorTables.TableKind 1652tableKind = BinaryOperatorTables.TableKind.Addition 1657tableKind = BinaryOperatorTables.TableKind.SubtractionMultiplicationModulo 1660tableKind = BinaryOperatorTables.TableKind.Division 1663tableKind = BinaryOperatorTables.TableKind.IntegerDivision 1666tableKind = BinaryOperatorTables.TableKind.Power 1670tableKind = BinaryOperatorTables.TableKind.Shift 1674tableKind = BinaryOperatorTables.TableKind.Logical 1678tableKind = BinaryOperatorTables.TableKind.ConcatenationLike 1686tableKind = BinaryOperatorTables.TableKind.Relational 1691tableKind = BinaryOperatorTables.TableKind.Bitwise