17 references to IsIntrinsicType
Microsoft.CodeAnalysis.VisualBasic (15)
Binding\Binder_Operators.vb (2)
1044If rightType.GetNullableUnderlyingTypeOrSelf().GetEnumUnderlyingTypeOrSelf().IsIntrinsicType() OrElse 1084If leftType.GetNullableUnderlyingTypeOrSelf().GetEnumUnderlyingTypeOrSelf().IsIntrinsicType() OrElse
Binding\Binder_Statements.vb (2)
1407If valueType IsNot Nothing AndAlso valueType.GetEnumUnderlyingTypeOrSelf.IsIntrinsicType Then 4668If structureType.IsStructureType AndAlso Not structureType.IsEnumType AndAlso Not structureType.IsIntrinsicType Then
CodeGen\EmitExpression.vb (1)
1202Return containingType.IsIntrinsicType OrElse containingType.IsRestrictedType
Lowering\LocalRewriter\LocalRewriter_Conversion.vb (1)
839(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())
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (2)
Semantics\BinaryOperators.vb (2)
1037Not leftType.IsIntrinsicType()) OrElse 1039Not rightType.IsIntrinsicType()) OrElse