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