1 reference to OP_BITAND
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (1)
1045
return bIsLogical ? OperatorKind.OP_LOGAND : OperatorKind.
OP_BITAND
;