3 writes to pt
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\UnaOpSig.cs (3)
20this.pt = pt; 40this.pt = PredefinedType.PT_UNDEFINEDINDEX; 57this.pt = uos.pt;
11 references to pt
Microsoft.CSharp (11)
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (6)
1438ConvKind cv = GetConvKind(pt, s_rguos[index].pt); 1456if (canConvert(pArgument, typeSig = GetPredefindType(uos.pt))) 1472if (canConvert(pArgument, typeSig = GetPredefindType(uos.pt))) 1507switch (GetConvKind(ptRaw, uos.pt)) 1575bt = WhichTypeIsBetter(uofs1.pt, uofs2.pt, typeArg);
Microsoft\CSharp\RuntimeBinder\Semantics\UnaOpSig.cs (5)
57this.pt = uos.pt; 62Debug.Assert(pt != PredefinedType.PT_UNDEFINEDINDEX); 63_type = pt != PredefinedType.PT_UNDEFINEDINDEX ? GetPredefindType(pt) : null; 68return pt != PredefinedType.PT_UNDEFINEDINDEX;