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