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