6 references to IsIntrinsicOrEnumType
Microsoft.CodeAnalysis.VisualBasic (6)
Analysis\FlowAnalysis\DataFlowPass.vb (1)
1224If EnableBreakingFlowAnalysisFeatures OrElse Not type.IsValueType OrElse type.IsIntrinsicOrEnumType OrElse Not IsEmptyStructType(type) OrElse
Binding\Binder_SelectCase.vb (2)
47convertCaseElements:=expression.Type.IsIntrinsicOrEnumType(), 332If convertCaseElements AndAlso caseExpr.Type.IsIntrinsicOrEnumType() Then
Binding\Binder_Statements.vb (1)
3313If targetType.IsIntrinsicOrEnumType OrElse Not targetType.CanContainUserDefinedOperators(useSiteInfo) Then
Binding\Binder_XmlLiterals.vb (1)
283Not expr.Type.IsIntrinsicOrEnumType() Then
Lowering\LocalRewriter\LocalRewriter_With.vb (1)
157If currentType.IsIntrinsicOrEnumType Then