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