3 writes to pfn
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\BinOpSig.cs (3)
25
this.
pfn
= pfn;
66
this.
pfn
= pfn;
85
this.
pfn
= bos.pfn;
5 references to pfn
Microsoft.CSharp (5)
Microsoft\CSharp\RuntimeBinder\Semantics\BinOpSig.cs (1)
85
this.pfn = bos.
pfn
;
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (4)
376
rgbofs.Add(new BinOpFullSig(typeSig1, typeSig2, bos.
pfn
, bos.grfos, grflt, bos.fnkind));
563
if (bofs.
pfn
== null)
583
return bofs.
pfn
(this, ek, flags, expr1, expr2);
624
nonLiftedResult = bofs.
pfn
(this, ek, flags, nonLiftedArg1, nonLiftedArg2);