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