15 references to IsIntrinsicType
Microsoft.CodeAnalysis.VisualBasic (15)
Binding\Binder_Operators.vb (2)
1074
If rightType.GetNullableUnderlyingTypeOrSelf().GetEnumUnderlyingTypeOrSelf().
IsIntrinsicType
() OrElse
1114
If leftType.GetNullableUnderlyingTypeOrSelf().GetEnumUnderlyingTypeOrSelf().
IsIntrinsicType
() OrElse
Binding\Binder_Statements.vb (2)
1436
If valueType IsNot Nothing AndAlso valueType.GetEnumUnderlyingTypeOrSelf.
IsIntrinsicType
Then
4697
If structureType.IsStructureType AndAlso Not structureType.IsEnumType AndAlso Not structureType.
IsIntrinsicType
Then
CodeGen\EmitExpression.vb (1)
1328
Return containingType.
IsIntrinsicType
OrElse containingType.IsRestrictedType
Lowering\LocalRewriter\LocalRewriter_Conversion.vb (1)
753
(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
())