1 write to pt2
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\BinOpArgInfo.cs (1)
24
pt2
= type2.IsPredefined ? type2.PredefinedType : PredefinedType.PT_COUNT;
3 references to pt2
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (3)
141
if (info.pt1 <= PredefinedType.PT_ULONG && info.
pt2
<= PredefinedType.PT_ULONG)
178
if (info.pt1 <= PredefinedType.PT_ULONG && info.
pt2
<= PredefinedType.PT_ULONG)
210
ConvKind cv2 = GetConvKind(info.
pt2
, bos.pt2);