11 references to Parenthesized
ILLink.RoslynAnalyzer (1)
IOperationExtensions.cs (1)
214 case OperationKind.Parenthesized:
Microsoft.CodeAnalysis (4)
Generated\Operations.Generated.cs (2)
1544/// <item><description><see cref="OperationKind.Parenthesized"/></description></item> 6425public override OperationKind Kind => OperationKind.Parenthesized;
Operations\ControlFlowGraphBuilder.cs (2)
2946while (condition.Kind == OperationKind.Parenthesized) 7328case OperationKind.Parenthesized:
Microsoft.CodeAnalysis.CodeStyle (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\OperationExtensions.cs (1)
273case OperationKind.Parenthesized:
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\FlowAnalysis\SymbolUsageAnalysis\SymbolUsageAnalysis.Walker.cs (1)
443case OperationKind.Parenthesized:
Microsoft.CodeAnalysis.Test.Utilities (2)
Compilation\ControlFlowGraphVerifier.cs (1)
1928case OperationKind.Parenthesized:
Compilation\TestOperationVisitor.cs (1)
1211Assert.Equal(OperationKind.Parenthesized, operation.Kind);
Microsoft.CodeAnalysis.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\OperationExtensions.cs (1)
273case OperationKind.Parenthesized:
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\FlowAnalysis\SymbolUsageAnalysis\SymbolUsageAnalysis.Walker.cs (1)
443case OperationKind.Parenthesized: