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