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