2 references to GetNullableUnderlyingType
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\TypeSymbolExtensions.vb (2)
20
Return this.IsNullableType() AndAlso this.
GetNullableUnderlyingType
().IsBooleanType()
34
Return type.
GetNullableUnderlyingType
()