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