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