3 references to UDC
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (3)
107private const byte XUD = EXP | UDC; 108private const byte IUD = IMP | UDC; 153return 0 != (s_simpleTypeConversions[(int)ptSrc][(int)ptDst] & UDC);