7 references to NUM_EXT_TYPES
Microsoft.CSharp (7)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (7)
220
for (int i = 0; i <
NUM_EXT_TYPES
; i++)
248
Debug.Assert((int)pt1 <
NUM_EXT_TYPES
);
249
Debug.Assert((int)pt2 <
NUM_EXT_TYPES
);
274
if ((int)pt1 <
NUM_EXT_TYPES
&& (int)pt2 <
NUM_EXT_TYPES
)
329
if ((int)pt1 <
NUM_EXT_TYPES
&& (int)pt2 <
NUM_EXT_TYPES
)