1 implementation of Operand
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
8896
public IOperation
Operand
{ get; }
5 references to Operand
Microsoft.CodeAnalysis (3)
Generated\FlowAnalysis.Generated.cs (3)
62
/// Represents result of checking whether the <see cref="
Operand
" /> is null.
63
/// For reference types this checks if the <see cref="
Operand
" /> is a null reference,
64
/// for nullable types this checks if the <see cref="
Operand
" /> doesn’t have a value.
Microsoft.CodeAnalysis.Test.Utilities (2)
Compilation\OperationTreeVerifier.cs (1)
1016
Visit(operation.
Operand
, "Operand");
Compilation\TestOperationVisitor.cs (1)
1742
Assert.Same(operation.
Operand
, operation.ChildOperations.Single());