4 references to IsSimpleType
Microsoft.CodeAnalysis.VisualBasic (4)
CodeGen\EmitConversion.vb (4)
59
Debug.Assert((
IsSimpleType
(underlyingFrom) AndAlso
IsSimpleType
(underlyingTo)) OrElse (underlyingFrom = PrimitiveTypeCode.Char AndAlso underlyingTo = PrimitiveTypeCode.Int32))
170
If (
IsSimpleType
(underlyingFrom) AndAlso
IsSimpleType
(underlyingTo)) OrElse