1 write to pt1
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\BinOpArgInfo.cs (1)
23pt1 = type1.IsPredefined ? type1.PredefinedType : PredefinedType.PT_COUNT;
3 references to pt1
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) 209ConvKind cv1 = GetConvKind(info.pt1, bos.pt1);