3 writes to mask
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\BinOpSig.cs (3)
23
this.
mask
= mask;
64
this.
mask
= BinOpMask.None;
83
this.
mask
= bos.mask;
2 references to mask
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\BinOpSig.cs (1)
83
this.mask = bos.
mask
;
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (1)
199
if ((bos.
mask
& info.mask) == 0)