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