2 references to GetNullableUnderlyingTypeOrSelf
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\TypeSymbolExtensions.vb (2)
502
Dim underlyingType As TypeSymbol = this.
GetNullableUnderlyingTypeOrSelf
().GetEnumUnderlyingTypeOrSelf()
927
type = type.
GetNullableUnderlyingTypeOrSelf
()