8 references to NUM_SIMPLE_TYPES
Microsoft.CSharp (8)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (4)
134if ((int)ptSrc < NUM_SIMPLE_TYPES && (int)ptDst < NUM_SIMPLE_TYPES) 151if ((int)ptSrc < NUM_SIMPLE_TYPES && (int)ptDst < NUM_SIMPLE_TYPES)
Microsoft\CSharp\RuntimeBinder\Semantics\ExplicitConversion.cs (2)
618Debug.Assert((int)ptSrc < NUM_SIMPLE_TYPES && (int)ptDest < NUM_SIMPLE_TYPES);
Microsoft\CSharp\RuntimeBinder\Semantics\ImplicitConversion.cs (2)
679Debug.Assert((int)ptSrc < NUM_SIMPLE_TYPES && (int)ptDest < NUM_SIMPLE_TYPES);