6 references to NUM_EXT_TYPES
Microsoft.CSharp (6)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (6)
250
Debug.Assert((int)pt1 <
NUM_EXT_TYPES
);
251
Debug.Assert((int)pt2 <
NUM_EXT_TYPES
);
277
if ((int)pt1 <
NUM_EXT_TYPES
&& (int)pt2 <
NUM_EXT_TYPES
)
333
if ((int)pt1 <
NUM_EXT_TYPES
&& (int)pt2 <
NUM_EXT_TYPES
)