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