2 references to BitXor
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\BinOpKind.cs (1)
33
BitXor = 1 << BinOpKind.
BitXor
,
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (1)
2153
pBinopKind = BinOpKind.
BitXor
;