10 references to GetConvKind
Microsoft.CSharp (10)
Microsoft\CSharp\RuntimeBinder\Semantics\ExplicitConversion.cs (1)
620
ConvKind convertKind =
GetConvKind
(ptSrc, ptDest);
Microsoft\CSharp\RuntimeBinder\Semantics\ImplicitConversion.cs (1)
707
convertKind =
GetConvKind
(ptSrc, ptDest);
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (8)
209
ConvKind cv1 =
GetConvKind
(info.pt1, bos.pt1);
210
ConvKind cv2 =
GetConvKind
(info.pt2, bos.pt2);
245
switch (
GetConvKind
(info.ptRaw1, bos.pt1))
272
switch (
GetConvKind
(info.ptRaw1, bos.pt1))
330
switch (
GetConvKind
(info.ptRaw2, bos.pt2))
357
switch (
GetConvKind
(info.ptRaw2, bos.pt2))
1411
ConvKind cv =
GetConvKind
(pt, s_rguos[index].pt);
1480
switch (
GetConvKind
(ptRaw, uos.pt))