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