3 writes to pt
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\UnaOpSig.cs (3)
20this.pt = pt; 40this.pt = PredefinedType.PT_UNDEFINEDINDEX; 56this.pt = uos.pt;
11 references to pt
Microsoft.CSharp (11)
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (6)
1411ConvKind cv = GetConvKind(pt, s_rguos[index].pt); 1429if (canConvert(pArgument, typeSig = GetPredefindType(uos.pt))) 1445if (canConvert(pArgument, typeSig = GetPredefindType(uos.pt))) 1480switch (GetConvKind(ptRaw, uos.pt)) 1546bt = WhichTypeIsBetter(uofs1.pt, uofs2.pt, typeArg);
Microsoft\CSharp\RuntimeBinder\Semantics\UnaOpSig.cs (5)
56this.pt = uos.pt; 61Debug.Assert(pt != PredefinedType.PT_UNDEFINEDINDEX); 62_type = pt != PredefinedType.PT_UNDEFINEDINDEX ? GetPredefindType(pt) : null; 67return pt != PredefinedType.PT_UNDEFINEDINDEX;