2 references to IsNothingLiteralAllowedForAType
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\Binder_Utils.vb (2)
1404
If Not
IsNothingLiteralAllowedForAType
(conversionType) Then
1443
(
IsNothingLiteralAllowedForAType
(operandType) OrElse operandType.IsDateTimeType OrElse operandType.IsDecimalType) Then