3 writes to pt1
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\BinOpSig.cs (3)
21this.pt1 = pt1; 62this.pt1 = PredefinedType.PT_UNDEFINEDINDEX; 81this.pt1 = bos.pt1;
10 references to pt1
Microsoft.CSharp (10)
Microsoft\CSharp\RuntimeBinder\Semantics\BinOpSig.cs (4)
81this.pt1 = bos.pt1; 89_type1 = pt1 != PredefinedType.PT_UNDEFINEDINDEX ? GetPredefindType(pt1) : null; 96return pt1 != PredefinedType.PT_UNDEFINEDINDEX;
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (6)
204CType typeSig1 = GetPredefindType(bos.pt1); 209ConvKind cv1 = GetConvKind(info.pt1, bos.pt1); 245switch (GetConvKind(info.ptRaw1, bos.pt1)) 272switch (GetConvKind(info.ptRaw1, bos.pt1)) 1040bt1 = WhichTypeIsBetter(bofs1.pt1, bofs2.pt1, type1);