Implemented interface member:
property
Value
Microsoft.CodeAnalysis.Operations.ICoalesceOperation.Value
1 write to Value
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
5800
Value
= SetParentOperation(value, this);
6 references to Value
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
5811
(
Value
is null ? 0 : 1) +
5816
0 when
Value
!= null
5817
=>
Value
,
5827
if (
Value
!= null) return (true, 0, 0);
5847
if (
Value
!= null) return (true, 0, 0);
10959
return new CoalesceOperation(Visit(internalOperation.
Value
), Visit(internalOperation.WhenNull), internalOperation.ValueConversionConvertible, internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.Type, internalOperation.OperationConstantValue, internalOperation.IsImplicit);