11 references to GetEnumUnderlyingTypeOrSelf
Microsoft.CodeAnalysis.VisualBasic (11)
Symbols\Attributes\SourceAttributeData.vb (1)
166Dim specType = parameterType.GetEnumUnderlyingTypeOrSelf.SpecialType
Symbols\Metadata\PE\PEFieldSymbol.vb (2)
234Dim selfOrUnderlyingType = Me.Type.GetEnumUnderlyingTypeOrSelf 240If Me.Type.GetEnumUnderlyingTypeOrSelf.IsNumericType Then
Symbols\MethodSignatureComparer.vb (2)
697Dim descriminator = ConstantValue.GetDiscriminator(param1.Type.GetEnumUnderlyingTypeOrSelf.SpecialType) 704Dim descriminator = ConstantValue.GetDiscriminator(param2.Type.GetEnumUnderlyingTypeOrSelf.SpecialType)
Symbols\Source\SourceMemberFieldSymbol.vb (1)
275constantType = constantType.GetEnumUnderlyingTypeOrSelf
Symbols\TypeSymbolExtensions.vb (5)
427this = this.GetEnumUnderlyingTypeOrSelf() 502Dim underlyingType As TypeSymbol = this.GetNullableUnderlyingTypeOrSelf().GetEnumUnderlyingTypeOrSelf() 919Return type.GetEnumUnderlyingTypeOrSelf.SpecialType.IsValidTypeForAttributeArgument() OrElse 928type = type.GetEnumUnderlyingTypeOrSelf() 935Return type IsNot Nothing AndAlso (type.GetEnumUnderlyingTypeOrSelf().IsIntrinsicType())