Implemented interface member:
property
Value
Microsoft.CodeAnalysis.Operations.ICoalesceOperation.Value
1 write to Value
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
5427
Value
= SetParentOperation(value, this);
6 references to Value
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
5438
(
Value
is null ? 0 : 1) +
5443
0 when
Value
!= null
5444
=>
Value
,
5454
if (
Value
!= null) return (true, 0, 0);
5474
if (
Value
!= null) return (true, 0, 0);
10409
return new CoalesceOperation(Visit(internalOperation.
Value
), Visit(internalOperation.WhenNull), internalOperation.ValueConversionConvertible, internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.Type, internalOperation.OperationConstantValue, internalOperation.IsImplicit);