3 writes to pfn
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\UnaOpSig.cs (3)
23
this.
pfn
= pfn;
43
this.
pfn
= pfn;
60
this.
pfn
= uos.pfn;
5 references to pfn
Microsoft.CSharp (5)
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (4)
1288
if (uofs.
pfn
== null)
1315
return uofs.
pfn
(this, ek, flags, arg);
1518
pSignatures.Add(new UnaOpFullSig(typeSig, uos.
pfn
, grflt, uos.fnkind));
1553
Expr nonLiftedResult = uofs.
pfn
(this, ek, flags, nonLiftedArg);
Microsoft\CSharp\RuntimeBinder\Semantics\UnaOpSig.cs (1)
60
this.pfn = uos.
pfn
;