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