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