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