3 writes to fnkind
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\UnaOpSig.cs (3)
24this.fnkind = fnkind; 47this.fnkind = fnkind; 60this.fnkind = uos.fnkind;
2 references to fnkind
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (1)
1491pSignatures.Add(new UnaOpFullSig(typeSig, uos.pfn, grflt, uos.fnkind));
Microsoft\CSharp\RuntimeBinder\Semantics\UnaOpSig.cs (1)
60this.fnkind = uos.fnkind;