7 references to NUM_EXT_TYPES
Microsoft.CSharp (7)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (7)
221
for (int i = 0; i <
NUM_EXT_TYPES
; i++)
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
)