Implemented interface member:
property
Value
Microsoft.CodeAnalysis.Operations.ISwitchOperation.Value
1 write to Value
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
3744Value = SetParentOperation(value, this);
6 references to Value
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
3753(Value is null ? 0 : 1) + 37580 when Value != null 3759=> Value, 3769if (Value != null) return (true, 0, 0); 3793if (Value != null) return (true, 0, 0); 10259return new SwitchOperation(internalOperation.Locals, Visit(internalOperation.Value), VisitArray(internalOperation.Cases), internalOperation.ExitLabel, internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.IsImplicit);