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