3 writes to fnkind
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\BinOpSig.cs (3)
27this.fnkind = fnkind; 71this.fnkind = fnkind; 87this.fnkind = bos.fnkind;
5 references to fnkind
Microsoft.CSharp (5)
Microsoft\CSharp\RuntimeBinder\Semantics\BinOpSig.cs (1)
87this.fnkind = bos.fnkind;
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (4)
376rgbofs.Add(new BinOpFullSig(typeSig1, typeSig2, bos.pfn, bos.grfos, grflt, bos.fnkind)); 578if (bofs.fnkind == BinOpFuncKind.BoolBitwiseOp) 585Debug.Assert(bofs.fnkind != BinOpFuncKind.BoolBitwiseOp); 635resultType = bofs.fnkind == BinOpFuncKind.EnumBinOp