15 references to IsIntrinsicType
Microsoft.CodeAnalysis.VisualBasic (15)
Binding\Binder_Operators.vb (2)
1074If rightType.GetNullableUnderlyingTypeOrSelf().GetEnumUnderlyingTypeOrSelf().IsIntrinsicType() OrElse 1114If leftType.GetNullableUnderlyingTypeOrSelf().GetEnumUnderlyingTypeOrSelf().IsIntrinsicType() OrElse
Binding\Binder_Statements.vb (2)
1436If valueType IsNot Nothing AndAlso valueType.GetEnumUnderlyingTypeOrSelf.IsIntrinsicType Then 4697If structureType.IsStructureType AndAlso Not structureType.IsEnumType AndAlso Not structureType.IsIntrinsicType Then
CodeGen\EmitExpression.vb (1)
1328Return containingType.IsIntrinsicType OrElse containingType.IsRestrictedType
Lowering\LocalRewriter\LocalRewriter_Conversion.vb (1)
753(underlyingTypeTo.IsTypeParameter() OrElse underlyingTypeTo.IsIntrinsicType()) Then
Semantics\CompileTimeCalculations.vb (2)
683If targetType.IsIntrinsicType() OrElse 686(targetType.IsNullableType() AndAlso targetType.GetNullableUnderlyingType().IsIntrinsicType()) Then
Semantics\Operators.vb (4)
530Not sourceType.IsIntrinsicType() Then 993Not leftEnumUnderlying.IsIntrinsicType() AndAlso 996Not rightEnumUnderlying.IsIntrinsicType() AndAlso 2549method.ReturnType.IsIntrinsicType() Then
Symbols\TypeSymbolExtensions.vb (3)
503If Not (underlyingType.IsIntrinsicType() OrElse underlyingType.IsObjectType()) Then 733Return fieldType.IsIntrinsicType() OrElse 935Return type IsNot Nothing AndAlso (type.GetEnumUnderlyingTypeOrSelf().IsIntrinsicType())