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