2 references to FirstNonSimpleType
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\Types\PredefinedTypes.cs (1)
55
internal static bool IsSimpleType(PredefinedType type) => type < PredefinedType.
FirstNonSimpleType
;
Microsoft\CSharp\RuntimeBinder\Syntax\PredefinedType.cs (1)
30
PT_INTPTR =
FirstNonSimpleType
,