9 references to IsIntrinsicValueType
Microsoft.CodeAnalysis.VisualBasic (9)
Analysis\FlowAnalysis\DataFlowPass.vb (4)
812
If fieldType.
IsIntrinsicValueType
() Then
1193
If localOrFieldType.
IsIntrinsicValueType
OrElse localOrFieldType.IsReferenceType Then
1194
If localOrFieldType.
IsIntrinsicValueType
AndAlso Not isFunctionValue Then
1249
If type.
IsIntrinsicValueType
Then
Binding\Binder_Expressions.vb (1)
3784
If type.
IsIntrinsicValueType
() Then
Lowering\LocalRewriter\LocalRewriter_Conversion.vb (4)
849
(underlyingTypeTo.IsCharSZArray() OrElse underlyingTypeTo.
IsIntrinsicValueType
()) Then
853
(underlyingTypeFrom.IsCharSZArray() OrElse underlyingTypeFrom.
IsIntrinsicValueType
()) Then
862
ElseIf underlyingTypeFrom.IsReferenceType AndAlso underlyingTypeTo.
IsIntrinsicValueType
() Then
962
Debug.Assert(underlyingTypeTo.
IsIntrinsicValueType
())