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