6 references to ObjTstInt16
Microsoft.VisualBasic.Core (6)
Microsoft\VisualBasic\CompilerServices\ObjectType.vb (6)
518Return ObjTstInt16(conv1.ToInt16(Nothing), 0) 521Return ObjTstInt16(0, conv2.ToInt16(Nothing)) 697Return ObjTstInt16(conv1.ToInt16(Nothing), conv2.ToInt16(Nothing)) 701Return ObjTstInt16(CShort(ToVBBool(conv1)), conv2.ToInt16(Nothing)) 705Return ObjTstInt16(conv1.ToInt16(Nothing), CShort(ToVBBool(conv2))) 708Return ObjTstInt16(CShort(ToVBBool(conv1)), CShort(ToVBBool(conv2)))