9 references to IsIntrinsicValueType
Microsoft.CodeAnalysis.VisualBasic (9)
Analysis\FlowAnalysis\DataFlowPass.vb (4)
812
If fieldType.
IsIntrinsicValueType
() Then
1199
If localOrFieldType.
IsIntrinsicValueType
OrElse localOrFieldType.IsReferenceType Then
1200
If localOrFieldType.
IsIntrinsicValueType
AndAlso Not isFunctionValue Then
1255
If type.
IsIntrinsicValueType
Then
Binding\Binder_Expressions.vb (1)
3815
If type.
IsIntrinsicValueType
() Then
Lowering\LocalRewriter\LocalRewriter_Conversion.vb (4)
763
(underlyingTypeTo.IsCharSZArray() OrElse underlyingTypeTo.
IsIntrinsicValueType
()) Then
767
(underlyingTypeFrom.IsCharSZArray() OrElse underlyingTypeFrom.
IsIntrinsicValueType
()) Then
776
ElseIf underlyingTypeFrom.IsReferenceType AndAlso underlyingTypeTo.
IsIntrinsicValueType
() Then
876
Debug.Assert(underlyingTypeTo.
IsIntrinsicValueType
())