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