17 references to IsIntrinsicType
Microsoft.CodeAnalysis.VisualBasic (15)
Binding\Binder_Operators.vb (2)
1044
If rightType.GetNullableUnderlyingTypeOrSelf().GetEnumUnderlyingTypeOrSelf().
IsIntrinsicType
() OrElse
1084
If leftType.GetNullableUnderlyingTypeOrSelf().GetEnumUnderlyingTypeOrSelf().
IsIntrinsicType
() OrElse
Binding\Binder_Statements.vb (2)
1407
If valueType IsNot Nothing AndAlso valueType.GetEnumUnderlyingTypeOrSelf.
IsIntrinsicType
Then
4668
If structureType.IsStructureType AndAlso Not structureType.IsEnumType AndAlso Not structureType.
IsIntrinsicType
Then
CodeGen\EmitExpression.vb (1)
1202
Return containingType.
IsIntrinsicType
OrElse containingType.IsRestrictedType
Lowering\LocalRewriter\LocalRewriter_Conversion.vb (1)
839
(underlyingTypeTo.IsTypeParameter() OrElse underlyingTypeTo.
IsIntrinsicType
()) Then
Semantics\CompileTimeCalculations.vb (2)
683
If targetType.
IsIntrinsicType
() OrElse
686
(targetType.IsNullableType() AndAlso targetType.GetNullableUnderlyingType().
IsIntrinsicType
()) Then
Semantics\Operators.vb (4)
530
Not sourceType.
IsIntrinsicType
() Then
993
Not leftEnumUnderlying.
IsIntrinsicType
() AndAlso
996
Not rightEnumUnderlying.
IsIntrinsicType
() AndAlso
2549
method.ReturnType.
IsIntrinsicType
() Then
Symbols\TypeSymbolExtensions.vb (3)
503
If Not (underlyingType.
IsIntrinsicType
() OrElse underlyingType.IsObjectType()) Then
733
Return fieldType.
IsIntrinsicType
() OrElse
935
Return type IsNot Nothing AndAlso (type.GetEnumUnderlyingTypeOrSelf().
IsIntrinsicType
())
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (2)
Semantics\BinaryOperators.vb (2)
1037
Not leftType.
IsIntrinsicType
()) OrElse
1039
Not rightType.
IsIntrinsicType
()) OrElse