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