10 references to Parenthesized
Microsoft.CodeAnalysis (4)
Generated\Operations.Generated.cs (2)
1438/// <item><description><see cref="OperationKind.Parenthesized"/></description></item> 6055public override OperationKind Kind => OperationKind.Parenthesized;
Operations\ControlFlowGraphBuilder.cs (2)
2935while (condition.Kind == OperationKind.Parenthesized) 7096case OperationKind.Parenthesized:
Microsoft.CodeAnalysis.CodeStyle (2)
OperationExtensions.cs (1)
267case OperationKind.Parenthesized:
SymbolUsageAnalysis.Walker.cs (1)
415case OperationKind.Parenthesized:
Microsoft.CodeAnalysis.Test.Utilities (2)
Compilation\ControlFlowGraphVerifier.cs (1)
1953case OperationKind.Parenthesized:
Compilation\TestOperationVisitor.cs (1)
1193Assert.Equal(OperationKind.Parenthesized, operation.Kind);
Microsoft.CodeAnalysis.Workspaces (2)
OperationExtensions.cs (1)
267case OperationKind.Parenthesized:
SymbolUsageAnalysis.Walker.cs (1)
415case OperationKind.Parenthesized: