Implemented interface member:
property
Value
Microsoft.CodeAnalysis.Operations.ISingleValueCaseClauseOperation.Value
1 write to Value
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
8331Value = SetParentOperation(value, this);
6 references to Value
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
8335(Value is null ? 0 : 1); 83390 when Value != null 8340=> Value, 8348if (Value != null) return (true, 0, 0); 8362if (Value != null) return (true, 0, 0); 11194return new SingleValueCaseClauseOperation(Visit(internalOperation.Value), internalOperation.Label, internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.IsImplicit);