3 writes to pt2
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\BinOpSig.cs (3)
22this.pt2 = pt2; 63this.pt2 = PredefinedType.PT_UNDEFINEDINDEX; 82this.pt2 = bos.pt2;
9 references to pt2
Microsoft.CSharp (9)
Microsoft\CSharp\RuntimeBinder\Semantics\BinOpSig.cs (3)
82this.pt2 = bos.pt2; 90_type2 = pt2 != PredefinedType.PT_UNDEFINEDINDEX ? GetPredefindType(pt2) : null;
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (6)
205CType typeSig2 = GetPredefindType(bos.pt2); 210ConvKind cv2 = GetConvKind(info.pt2, bos.pt2); 330switch (GetConvKind(info.ptRaw2, bos.pt2)) 357switch (GetConvKind(info.ptRaw2, bos.pt2)) 1041bt2 = WhichTypeIsBetter(bofs1.pt2, bofs2.pt2, type2);