Implemented interface member:
property
Value
Microsoft.CodeAnalysis.Operations.ISingleValueCaseClauseOperation.Value
1 write to Value
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
7958
Value
= SetParentOperation(value, this);
6 references to Value
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
7962
(
Value
is null ? 0 : 1);
7966
0 when
Value
!= null
7967
=>
Value
,
7975
if (
Value
!= null) return (true, 0, 0);
7989
if (
Value
!= null) return (true, 0, 0);
10644
return new SingleValueCaseClauseOperation(Visit(internalOperation.
Value
), internalOperation.Label, internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.IsImplicit);