Implemented interface member:
property
Value
Microsoft.CodeAnalysis.Operations.ISwitchExpressionOperation.Value
1 write to Value
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
9320Value = SetParentOperation(value, this);
6 references to Value
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
9329(Value is null ? 0 : 1) + 93340 when Value != null 9335=> Value, 9345if (Value != null) return (true, 0, 0); 9369if (Value != null) return (true, 0, 0); 11274return new SwitchExpressionOperation(Visit(internalOperation.Value), VisitArray(internalOperation.Arms), internalOperation.IsExhaustive, internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.Type, internalOperation.IsImplicit);