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