7 references to NUM_EXT_TYPES
Microsoft.CSharp (7)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (7)
221for (int i = 0; i < NUM_EXT_TYPES; i++) 250Debug.Assert((int)pt1 < NUM_EXT_TYPES); 251Debug.Assert((int)pt2 < NUM_EXT_TYPES); 277if ((int)pt1 < NUM_EXT_TYPES && (int)pt2 < NUM_EXT_TYPES) 333if ((int)pt1 < NUM_EXT_TYPES && (int)pt2 < NUM_EXT_TYPES)