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