3 writes to pt2
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\BinOpSig.cs (3)
22this.pt2 = pt2; 64this.pt2 = PredefinedType.PT_UNDEFINEDINDEX; 83this.pt2 = bos.pt2;
9 references to pt2
Microsoft.CSharp (9)
Microsoft\CSharp\RuntimeBinder\Semantics\BinOpSig.cs (3)
83this.pt2 = bos.pt2; 91_type2 = pt2 != PredefinedType.PT_UNDEFINEDINDEX ? GetPredefindType(pt2) : null;
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (6)
216CType typeSig2 = GetPredefindType(bos.pt2); 221ConvKind cv2 = GetConvKind(info.pt2, bos.pt2); 341switch (GetConvKind(info.ptRaw2, bos.pt2)) 368switch (GetConvKind(info.ptRaw2, bos.pt2)) 1065bt2 = WhichTypeIsBetter(bofs1.pt2, bofs2.pt2, type2);