Implemented interface member:
property
Value
Microsoft.CodeAnalysis.Operations.ISwitchExpressionOperation.Value
1 write to Value
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
8947Value = SetParentOperation(value, this);
6 references to Value
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
8956(Value is null ? 0 : 1) + 89610 when Value != null 8962=> Value, 8972if (Value != null) return (true, 0, 0); 8996if (Value != null) return (true, 0, 0); 10724return new SwitchExpressionOperation(Visit(internalOperation.Value), VisitArray(internalOperation.Arms), internalOperation.IsExhaustive, internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.Type, internalOperation.IsImplicit);