1 implementation of Operand
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
6015public IOperation Operand { get; }
15 references to Operand
Microsoft.CodeAnalysis (4)
Operations\ControlFlowGraphBuilder.cs (4)
2696condition = parenthesized.Operand; 2937condition = ((IParenthesizedOperation)condition).Operand; 6943return new ParenthesizedOperation(VisitRequired(operation.Operand), semanticModel: null, operation.Syntax, operation.Type, operation.GetConstantValue(), IsImplicit(operation)); 7097current = ((IParenthesizedOperation)current).Operand;
Microsoft.CodeAnalysis.CodeStyle (3)
AbstractSimplifyInterpolationHelpers.cs (1)
64expression = towardsParent ? expression.Parent : parenthesized.Operand;
HashCodeAnalyzer.cs (1)
256value = parenthesized.Operand;
SymbolUsageAnalysis.Walker.cs (1)
416currentOperation = ((IParenthesizedOperation)currentOperation).Operand;
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpUsePatternCombinatorsAnalyzer.cs (1)
69return ParsePattern(op.Operand);
Microsoft.CodeAnalysis.CSharp.Features (1)
CSharpUsePatternCombinatorsAnalyzer.cs (1)
69return ParsePattern(op.Operand);
Microsoft.CodeAnalysis.Features (3)
AbstractSimplifyInterpolationHelpers.cs (1)
64expression = towardsParent ? expression.Parent : parenthesized.Operand;
ConvertIfToSwitch\AbstractConvertIfToSwitchCodeRefactoringProvider.Analyzer.cs (1)
333return ParsePattern(op.Operand, guards);
HashCodeAnalyzer.cs (1)
256value = parenthesized.Operand;
Microsoft.CodeAnalysis.Test.Utilities (2)
Compilation\OperationTreeVerifier.cs (1)
1707Visit(operation.Operand, "Operand");
Compilation\TestOperationVisitor.cs (1)
1194Assert.Same(operation.Operand, operation.ChildOperations.Single());
Microsoft.CodeAnalysis.Workspaces (1)
SymbolUsageAnalysis.Walker.cs (1)
416currentOperation = ((IParenthesizedOperation)currentOperation).Operand;