Implemented interface member:
property
Value
Microsoft.CodeAnalysis.Operations.ICoalesceOperation.Value
1 write to Value
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
5838Value = SetParentOperation(value, this);
6 references to Value
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
5849(Value is null ? 0 : 1) + 58540 when Value != null 5855=> Value, 5865if (Value != null) return (true, 0, 0); 5885if (Value != null) return (true, 0, 0); 11029return new CoalesceOperation(Visit(internalOperation.Value), Visit(internalOperation.WhenNull), internalOperation.ValueConversionConvertible, internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.Type, internalOperation.OperationConstantValue, internalOperation.IsImplicit);