4 references to AddInt16
Microsoft.VisualBasic.Core (4)
Microsoft\VisualBasic\CompilerServices\ObjectType.vb (4)
1695
Return
AddInt16
(conv1.ToInt16(Nothing), conv2.ToInt16(Nothing))
1699
Return
AddInt16
(CShort(ToVBBool(conv1)), conv2.ToInt16(Nothing))
1703
Return
AddInt16
(conv1.ToInt16(Nothing), CShort(ToVBBool(conv2)))
1706
Return
AddInt16
(CShort(ToVBBool(conv1)), CShort(ToVBBool(conv2)))