Implemented interface member:
property
Value
Microsoft.CodeAnalysis.Operations.IRelationalPatternOperation.Value
1 write to Value
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
9975Value = SetParentOperation(value, this);
6 references to Value
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
9980(Value is null ? 0 : 1); 99840 when Value != null 9985=> Value, 9993if (Value != null) return (true, 0, 0); 10007if (Value != null) return (true, 0, 0); 11334return new RelationalPatternOperation(internalOperation.OperatorKind, Visit(internalOperation.Value), internalOperation.InputType, internalOperation.NarrowedType, internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.IsImplicit);