48 references to GetEnumResult
Microsoft.VisualBasic.Core (48)
Microsoft\VisualBasic\CompilerServices\Operators.vb (48)
1290Return AndSByte(CSByte(0), CSByte(0), GetEnumResult(Left, Right)) 1294Return AndByte(CByte(0), CByte(0), GetEnumResult(Left, Right)) 1298Return AndInt16(0S, 0S, GetEnumResult(Left, Right)) 1302Return AndUInt16(0US, 0US, GetEnumResult(Left, Right)) 1306Return AndInt32(0I, 0I, GetEnumResult(Left, Right)) 1310Return AndUInt32(0UI, 0UI, GetEnumResult(Left, Right)) 1314Return AndInt64(0L, 0L, GetEnumResult(Left, Right)) 1318Return AndUInt64(0UL, 0UL, GetEnumResult(Left, Right)) 1359Return AndSByte(Convert.ToSByte(Left), Convert.ToSByte(Right), GetEnumResult(Left, Right)) 1491Return AndByte(Convert.ToByte(Left), Convert.ToByte(Right), GetEnumResult(Left, Right)) 1515Return AndInt16(Convert.ToInt16(Left), Convert.ToInt16(Right), GetEnumResult(Left, Right)) 1523Return AndUInt16(Convert.ToUInt16(Left), Convert.ToUInt16(Right), GetEnumResult(Left, Right)) 1527Return AndInt32(Convert.ToInt32(Left), Convert.ToInt32(Right), GetEnumResult(Left, Right)) 1539Return AndUInt32(Convert.ToUInt32(Left), Convert.ToUInt32(Right), GetEnumResult(Left, Right)) 1543Return AndInt64(Convert.ToInt64(Left), Convert.ToInt64(Right), GetEnumResult(Left, Right)) 1547Return AndUInt64(Convert.ToUInt64(Left), Convert.ToUInt64(Right), GetEnumResult(Left, Right)) 1730Return OrSByte(Convert.ToSByte(Left), Convert.ToSByte(Right), GetEnumResult(Left, Right)) 1862Return OrByte(Convert.ToByte(Left), Convert.ToByte(Right), GetEnumResult(Left, Right)) 1886Return OrInt16(Convert.ToInt16(Left), Convert.ToInt16(Right), GetEnumResult(Left, Right)) 1894Return OrUInt16(Convert.ToUInt16(Left), Convert.ToUInt16(Right), GetEnumResult(Left, Right)) 1898Return OrInt32(Convert.ToInt32(Left), Convert.ToInt32(Right), GetEnumResult(Left, Right)) 1911Return OrUInt32(Convert.ToUInt32(Left), Convert.ToUInt32(Right), GetEnumResult(Left, Right)) 1915Return OrInt64(Convert.ToInt64(Left), Convert.ToInt64(Right), GetEnumResult(Left, Right)) 1919Return OrUInt64(Convert.ToUInt64(Left), Convert.ToUInt64(Right), GetEnumResult(Left, Right)) 2039Return XorSByte(Nothing, Convert.ToSByte(Right), GetEnumResult(Left, Right)) 2042Return XorByte(Nothing, Convert.ToByte(Right), GetEnumResult(Left, Right)) 2045Return XorInt16(Nothing, Convert.ToInt16(Right), GetEnumResult(Left, Right)) 2048Return XorUInt16(Nothing, Convert.ToUInt16(Right), GetEnumResult(Left, Right)) 2051Return XorInt32(Nothing, Convert.ToInt32(Right), GetEnumResult(Left, Right)) 2054Return XorUInt32(Nothing, Convert.ToUInt32(Right), GetEnumResult(Left, Right)) 2057Return XorInt64(Nothing, Convert.ToInt64(Right), GetEnumResult(Left, Right)) 2060Return XorUInt64(Nothing, Convert.ToUInt64(Right), GetEnumResult(Left, Right)) 2101Return XorSByte(Convert.ToSByte(Left), Nothing, GetEnumResult(Left, Right)) 2107Return XorSByte(Convert.ToSByte(Left), Convert.ToSByte(Right), GetEnumResult(Left, Right)) 2235Return XorByte(Convert.ToByte(Left), Nothing, GetEnumResult(Left, Right)) 2242Return XorByte(Convert.ToByte(Left), Convert.ToByte(Right), GetEnumResult(Left, Right)) 2266Return XorInt16(Convert.ToInt16(Left), Nothing, GetEnumResult(Left, Right)) 2269Return XorInt16(Convert.ToInt16(Left), Convert.ToInt16(Right), GetEnumResult(Left, Right)) 2272Return XorUInt16(Convert.ToUInt16(Left), Nothing, GetEnumResult(Left, Right)) 2279Return XorUInt16(Convert.ToUInt16(Left), Convert.ToUInt16(Right), GetEnumResult(Left, Right)) 2282Return XorInt32(Convert.ToInt32(Left), Nothing, GetEnumResult(Left, Right)) 2285Return XorInt32(Convert.ToInt32(Left), Convert.ToInt32(Right), GetEnumResult(Left, Right)) 2288Return XorUInt32(Convert.ToUInt32(Left), Nothing, GetEnumResult(Left, Right)) 2300Return XorUInt32(Convert.ToUInt32(Left), Convert.ToUInt32(Right), GetEnumResult(Left, Right)) 2303Return XorInt64(Convert.ToInt64(Left), Nothing, GetEnumResult(Left, Right)) 2306Return XorInt64(Convert.ToInt64(Left), Convert.ToInt64(Right), GetEnumResult(Left, Right)) 2309Return XorUInt64(Convert.ToUInt64(Left), Nothing, GetEnumResult(Left, Right)) 2312Return XorUInt64(Convert.ToUInt64(Left), Convert.ToUInt64(Right), GetEnumResult(Left, Right))