2 implementations of Operand
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
10736public IOperation Operand { get; }
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Semantics\CollectionExpressionTests.cs (1)
27076IOperation ISpreadOperation.Operand => throw null;
4 references to Operand
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
6550spread.Operand :
Microsoft.CodeAnalysis.Test.Utilities (3)
Compilation\OperationTreeVerifier.cs (2)
1646Visit(operation.Operand, nameof(operation.Operand));
Compilation\TestOperationVisitor.cs (1)
496Assert.Same(operation.Operand, operation.ChildOperations.Single());