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