Implemented interface member:
property
Value
Microsoft.CodeAnalysis.Operations.IConstantPatternOperation.Value
1 write to Value
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
8522
Value
= SetParentOperation(value, this);
6 references to Value
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
8526
(
Value
is null ? 0 : 1);
8530
0 when
Value
!= null
8531
=>
Value
,
8539
if (
Value
!= null) return (true, 0, 0);
8553
if (
Value
!= null) return (true, 0, 0);
11209
return new ConstantPatternOperation(Visit(internalOperation.
Value
), internalOperation.InputType, internalOperation.NarrowedType, internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.IsImplicit);