1 implementation of Operand
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
10072
public IOperation
Operand
{ get; }
1 reference to Operand
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
7966
IOperation visitedInstance = VisitRequired(operation.
Operand
);