Implemented interface member:
property
Value
Microsoft.CodeAnalysis.Operations.IRelationalPatternOperation.Value
1 write to Value
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
10013Value = SetParentOperation(value, this);
6 references to Value
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
10018(Value is null ? 0 : 1); 100220 when Value != null 10023=> Value, 10031if (Value != null) return (true, 0, 0); 10045if (Value != null) return (true, 0, 0); 11404return new RelationalPatternOperation(internalOperation.OperatorKind, Visit(internalOperation.Value), internalOperation.InputType, internalOperation.NarrowedType, internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.IsImplicit);