1 implementation of IsExhaustive
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
9327
public bool
IsExhaustive
{ get; }
2 references to IsExhaustive
Microsoft.CodeAnalysis.Test.Utilities (2)
Compilation\OperationTreeVerifier.cs (1)
2126
LogString($"{nameof(ISwitchExpressionOperation)} ({operation.Arms.Length} arms, IsExhaustive: {operation.
IsExhaustive
})");
Compilation\TestOperationVisitor.cs (1)
1548
_ = operation.
IsExhaustive
;