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