2 references to ExclusiveOr
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
5261
return new BinaryOperation(BinaryOperatorKind.
ExclusiveOr
,
Microsoft.CodeAnalysis.CSharp (1)
Operations\CSharpOperationFactory_Methods.cs (1)
582
return BinaryOperatorKind.
ExclusiveOr
;