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