6 references to IsNullableType
Microsoft.CodeAnalysis.VisualBasic (6)
Symbols\ConstraintsHelper.vb (2)
1021
If (containingType IsNot Nothing) AndAlso containingType.
IsNullableType
() Then
1133
Return type.
IsNullableType
()
Symbols\Source\SourceMemberContainerTypeSymbol.vb (1)
900
If namedType.
IsNullableType
() Then
Symbols\TypeSymbolExtensions.vb (3)
20
Return this.
IsNullableType
() AndAlso this.GetNullableUnderlyingType().IsBooleanType()
25
Debug.Assert(type.
IsNullableType
)
33
If type.
IsNullableType
() Then