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