10 references to GetConvKind
Microsoft.CSharp (10)
Microsoft\CSharp\RuntimeBinder\Semantics\ExplicitConversion.cs (1)
622
ConvKind convertKind =
GetConvKind
(ptSrc, ptDest);
Microsoft\CSharp\RuntimeBinder\Semantics\ImplicitConversion.cs (1)
710
convertKind =
GetConvKind
(ptSrc, ptDest);
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (8)
220
ConvKind cv1 =
GetConvKind
(info.pt1, bos.pt1);
221
ConvKind cv2 =
GetConvKind
(info.pt2, bos.pt2);
256
switch (
GetConvKind
(info.ptRaw1, bos.pt1))
283
switch (
GetConvKind
(info.ptRaw1, bos.pt1))
341
switch (
GetConvKind
(info.ptRaw2, bos.pt2))
368
switch (
GetConvKind
(info.ptRaw2, bos.pt2))
1438
ConvKind cv =
GetConvKind
(pt, s_rguos[index].pt);
1507
switch (
GetConvKind
(ptRaw, uos.pt))