Implemented interface member:
property
Value
Microsoft.CodeAnalysis.Operations.IRelationalPatternOperation.Value
1 write to Value
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
9602Value = SetParentOperation(value, this);
6 references to Value
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
9607(Value is null ? 0 : 1); 96110 when Value != null 9612=> Value, 9620if (Value != null) return (true, 0, 0); 9634if (Value != null) return (true, 0, 0); 10784return new RelationalPatternOperation(internalOperation.OperatorKind, Visit(internalOperation.Value), internalOperation.InputType, internalOperation.NarrowedType, internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.IsImplicit);