3 references to IsIntrinsicType
Microsoft.CodeAnalysis.VisualBasic (3)
Symbols\TypeSymbolExtensions.vb (3)
503
If Not (underlyingType.
IsIntrinsicType
() OrElse underlyingType.IsObjectType()) Then
733
Return fieldType.
IsIntrinsicType
() OrElse
935
Return type IsNot Nothing AndAlso (type.GetEnumUnderlyingTypeOrSelf().
IsIntrinsicType
())