3 references to Logical
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\BinOpKind.cs (1)
34
Logical = 1 << BinOpKind.
Logical
,
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (2)
147
if (info.binopKind == BinOpKind.
Logical
)
2161
pBinopKind = BinOpKind.
Logical
;