4 references to IsDBNullType
Microsoft.CodeAnalysis.VisualBasic (4)
Binding\Binder_Operators.vb (4)
233
Dim leftIsDBNull As Boolean = leftType.
IsDBNullType
()
234
Dim rightIsDBNull As Boolean = rightType.
IsDBNullType
()
1046
rightType.
IsDBNullType
() Then
1086
leftType.
IsDBNullType
() Then