Implemented interface member:
property
IsExhaustive
Microsoft.CodeAnalysis.Operations.ISwitchExpressionOperation.IsExhaustive
1 write to IsExhaustive
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
9322IsExhaustive = isExhaustive;
1 reference to IsExhaustive
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
11274return new SwitchExpressionOperation(Visit(internalOperation.Value), VisitArray(internalOperation.Arms), internalOperation.IsExhaustive, internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.Type, internalOperation.IsImplicit);