5 references to IntDivideSByte
Microsoft.VisualBasic.Core (5)
Microsoft\VisualBasic\CompilerServices\Operators.vb (5)
4671Return IntDivideSByte(Nothing, Convert.ToSByte(Right)) 4710Return IntDivideSByte(ToVBBool(Left), Convert.ToSByte(Right)) 4734Return IntDivideSByte(Convert.ToSByte(Left), Nothing) 4737Return IntDivideSByte(Convert.ToSByte(Left), ToVBBool(Right)) 4740Return IntDivideSByte(Convert.ToSByte(Left), Convert.ToSByte(Right))