24 references to ConditionalAnd
Microsoft.CodeAnalysis (2)
Operations\ControlFlowGraphBuilder.cs (2)
2140case BinaryOperatorKind.ConditionalAnd: 2260case BinaryOperatorKind.ConditionalAnd:
Microsoft.CodeAnalysis.CodeStyle.Fixes (4)
SyntaxGeneratorExtensions_Negate.cs (4)
30{ BinaryOperatorKind.ConditionalOr, BinaryOperatorKind.ConditionalAnd }, 31{ BinaryOperatorKind.ConditionalAnd, BinaryOperatorKind.ConditionalOr }, 186BinaryOperatorKind.ConditionalAnd or 372BinaryOperatorKind.ConditionalAnd => generator.LogicalAndExpression(leftOperand, rightOperand),
Microsoft.CodeAnalysis.CSharp (2)
Operations\CSharpOperationFactory.cs (1)
1448(operatorKind == BinaryOperatorKind.ConditionalAnd || operatorKind == BinaryOperatorKind.ConditionalOr) &&
Operations\CSharpOperationFactory_Methods.cs (1)
523return BinaryOperatorKind.ConditionalAnd;
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpUsePatternCombinatorsAnalyzer.cs (1)
53case IBinaryOperation { OperatorKind: ConditionalAnd, Syntax: BinaryExpressionSyntax syntax } op:
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
ConvertToRecordHelpers.cs (2)
737(true, IBinaryOperation { OperatorKind: BinaryOperatorKind.ConditionalAnd } andOp) 803OperatorKind: BinaryOperatorKind.ConditionalAnd,
Microsoft.CodeAnalysis.CSharp.Features (3)
ConvertToRecordHelpers.cs (2)
737(true, IBinaryOperation { OperatorKind: BinaryOperatorKind.ConditionalAnd } andOp) 803OperatorKind: BinaryOperatorKind.ConditionalAnd,
CSharpUsePatternCombinatorsAnalyzer.cs (1)
53case IBinaryOperation { OperatorKind: ConditionalAnd, Syntax: BinaryExpressionSyntax syntax } op:
Microsoft.CodeAnalysis.Features (2)
ConvertIfToSwitch\AbstractConvertIfToSwitchCodeRefactoringProvider.Analyzer.cs (2)
273case IBinaryOperation { OperatorKind: ConditionalAnd } op 297case IBinaryOperation { OperatorKind: ConditionalAnd } op
Microsoft.CodeAnalysis.Test.Utilities (2)
Compilation\ControlFlowGraphVerifier.cs (1)
1901return (binary.OperatorKind != Operations.BinaryOperatorKind.ConditionalAnd && binary.OperatorKind != Operations.BinaryOperatorKind.ConditionalOr) ||
Compilation\TestOperationVisitor.cs (1)
754if (binaryOperationKind is BinaryOperatorKind.ConditionalAnd or BinaryOperatorKind.ConditionalOr)
Microsoft.CodeAnalysis.VisualBasic (2)
Operations\VisualBasicOperationFactory.vb (1)
626Dim operatorKind As BinaryOperatorKind = If(binaryOperatorInfo.OperatorKind = BinaryOperatorKind.And, BinaryOperatorKind.ConditionalAnd, BinaryOperatorKind.ConditionalOr)
Operations\VisualBasicOperationFactory_Methods.vb (1)
654Return BinaryOperatorKind.ConditionalAnd
Microsoft.CodeAnalysis.Workspaces (4)
SyntaxGeneratorExtensions_Negate.cs (4)
30{ BinaryOperatorKind.ConditionalOr, BinaryOperatorKind.ConditionalAnd }, 31{ BinaryOperatorKind.ConditionalAnd, BinaryOperatorKind.ConditionalOr }, 186BinaryOperatorKind.ConditionalAnd or 372BinaryOperatorKind.ConditionalAnd => generator.LogicalAndExpression(leftOperand, rightOperand),