Implemented interface member:
property
Value
Microsoft.CodeAnalysis.Operations.ISwitchOperation.Value
1 write to Value
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
4117Value = SetParentOperation(value, this);
6 references to Value
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
4126(Value is null ? 0 : 1) + 41310 when Value != null 4132=> Value, 4142if (Value != null) return (true, 0, 0); 4166if (Value != null) return (true, 0, 0); 10809return new SwitchOperation(internalOperation.Locals, Visit(internalOperation.Value), VisitArray(internalOperation.Cases), internalOperation.ExitLabel, internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.IsImplicit);