Implemented interface member:
property
Operand
Microsoft.CodeAnalysis.Operations.IConversionOperation.Operand
1 write to Operand
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
5097
Operand
= SetParentOperation(operand, this);
6 references to Operand
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
5110
(
Operand
is null ? 0 : 1);
5114
0 when
Operand
!= null
5115
=>
Operand
,
5123
if (
Operand
!= null) return (true, 0, 0);
5137
if (
Operand
!= null) return (true, 0, 0);
10899
return new ConversionOperation(Visit(internalOperation.
Operand
), internalOperation.ConversionConvertible, internalOperation.IsTryCast, internalOperation.IsChecked, internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.Type, internalOperation.OperationConstantValue, internalOperation.IsImplicit);