1 override of LogicalAndExpression
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
3426
public override SyntaxNode
LogicalAndExpression
(SyntaxNode left, SyntaxNode right)
38 references to LogicalAndExpression
Metrics (1)
src\RoslynAnalyzers\Utilities\Workspaces\SyntaxGeneratorExtensions.cs (1)
245
generator.
LogicalAndExpression
(
Metrics.Legacy (1)
src\RoslynAnalyzers\Utilities\Workspaces\SyntaxGeneratorExtensions.cs (1)
245
generator.
LogicalAndExpression
(
Microsoft.CodeAnalysis.Analyzers (4)
src\RoslynAnalyzers\Utilities\Workspaces\SyntaxGeneratorExtensions.cs (1)
245
generator.
LogicalAndExpression
(
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\SyntaxGeneratorExtensions_CreateEqualsMethod.cs (2)
208
expressions.Aggregate(factory.
LogicalAndExpression
)));
312
expressions.Aggregate(factory.
LogicalAndExpression
)));
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\SyntaxGeneratorExtensions_Negate.cs (1)
396
BinaryOperatorKind.ConditionalAnd => generator.
LogicalAndExpression
(leftOperand, rightOperand),
Microsoft.CodeAnalysis.BannedApiAnalyzers (3)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\SyntaxGeneratorExtensions_CreateEqualsMethod.cs (2)
208
expressions.Aggregate(factory.
LogicalAndExpression
)));
312
expressions.Aggregate(factory.
LogicalAndExpression
)));
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\SyntaxGeneratorExtensions_Negate.cs (1)
396
BinaryOperatorKind.ConditionalAnd => generator.
LogicalAndExpression
(leftOperand, rightOperand),
Microsoft.CodeAnalysis.CodeStyle.Fixes (4)
src\Analyzers\Core\CodeFixes\SimplifyBooleanExpression\SimplifyConditionalCodeFixProvider.cs (1)
78
replacement = generator.
LogicalAndExpression
(replacement, right);
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\SyntaxGeneratorExtensions_CreateEqualsMethod.cs (2)
208
expressions.Aggregate(factory.
LogicalAndExpression
)));
312
expressions.Aggregate(factory.
LogicalAndExpression
)));
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\SyntaxGeneratorExtensions_Negate.cs (1)
396
BinaryOperatorKind.ConditionalAnd => generator.
LogicalAndExpression
(leftOperand, rightOperand),
Microsoft.CodeAnalysis.CSharp.Workspaces.UnitTests (1)
CodeGeneration\SyntaxGeneratorTests.cs (1)
361
VerifySyntax<BinaryExpressionSyntax>(Generator.
LogicalAndExpression
(Generator.IdentifierName("x"), Generator.IdentifierName("y")), "x && y");
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (5)
CodeGeneration\ExpressionGenerationTests.cs (1)
231
f => f.
LogicalAndExpression
(
CodeGeneration\ExpressionPrecedenceGenerationTests.cs (4)
122
f => f.
LogicalAndExpression
(
136
f.
LogicalAndExpression
(
148
f => f.
LogicalAndExpression
(
163
f.
LogicalAndExpression
(
Microsoft.CodeAnalysis.Features (3)
GenerateEqualsAndGetHashCodeFromMembers\AbstractGenerateEqualsAndGetHashCodeService.cs (1)
111
expressions.Aggregate(generator.
LogicalAndExpression
));
SplitOrMergeIfStatements\Nested\AbstractMergeNestedIfStatementsCodeRefactoringProvider.cs (1)
77
var newCondition = generator.
LogicalAndExpression
(
src\Analyzers\Core\CodeFixes\SimplifyBooleanExpression\SimplifyConditionalCodeFixProvider.cs (1)
78
replacement = generator.
LogicalAndExpression
(replacement, right);
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (3)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\SyntaxGeneratorExtensions_CreateEqualsMethod.cs (2)
208
expressions.Aggregate(factory.
LogicalAndExpression
)));
312
expressions.Aggregate(factory.
LogicalAndExpression
)));
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\SyntaxGeneratorExtensions_Negate.cs (1)
396
BinaryOperatorKind.ConditionalAnd => generator.
LogicalAndExpression
(leftOperand, rightOperand),
Microsoft.CodeAnalysis.PublicApiAnalyzers.CodeFixes (1)
src\RoslynAnalyzers\Utilities\Workspaces\SyntaxGeneratorExtensions.cs (1)
245
generator.
LogicalAndExpression
(
Microsoft.CodeAnalysis.Workspaces (3)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\SyntaxGeneratorExtensions_CreateEqualsMethod.cs (2)
208
expressions.Aggregate(factory.
LogicalAndExpression
)));
312
expressions.Aggregate(factory.
LogicalAndExpression
)));
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\SyntaxGeneratorExtensions_Negate.cs (1)
396
BinaryOperatorKind.ConditionalAnd => generator.
LogicalAndExpression
(leftOperand, rightOperand),
Roslyn.Diagnostics.Analyzers (4)
src\RoslynAnalyzers\Utilities\Workspaces\SyntaxGeneratorExtensions.cs (1)
245
generator.
LogicalAndExpression
(
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\SyntaxGeneratorExtensions_CreateEqualsMethod.cs (2)
208
expressions.Aggregate(factory.
LogicalAndExpression
)));
312
expressions.Aggregate(factory.
LogicalAndExpression
)));
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\SyntaxGeneratorExtensions_Negate.cs (1)
396
BinaryOperatorKind.ConditionalAnd => generator.
LogicalAndExpression
(leftOperand, rightOperand),
Test.Utilities (1)
SyntaxGeneratorExtensions.cs (1)
243
generator.
LogicalAndExpression
(
Text.Analyzers (4)
src\RoslynAnalyzers\Utilities\Workspaces\SyntaxGeneratorExtensions.cs (1)
245
generator.
LogicalAndExpression
(
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\SyntaxGeneratorExtensions_CreateEqualsMethod.cs (2)
208
expressions.Aggregate(factory.
LogicalAndExpression
)));
312
expressions.Aggregate(factory.
LogicalAndExpression
)));
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\SyntaxGeneratorExtensions_Negate.cs (1)
396
BinaryOperatorKind.ConditionalAnd => generator.
LogicalAndExpression
(leftOperand, rightOperand),