1 implementation of IsExhaustive
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
9327public bool IsExhaustive { get; }
4 references to IsExhaustive
Microsoft.CodeAnalysis.CodeStyle (1)
src\Analyzers\Core\Analyzers\PopulateSwitch\AbstractPopulateSwitchExpressionDiagnosticAnalyzer.cs (1)
20=> switchOperation.IsExhaustive;
Microsoft.CodeAnalysis.Features (1)
src\Analyzers\Core\Analyzers\PopulateSwitch\AbstractPopulateSwitchExpressionDiagnosticAnalyzer.cs (1)
20=> switchOperation.IsExhaustive;
Microsoft.CodeAnalysis.Test.Utilities (2)
Compilation\OperationTreeVerifier.cs (1)
2108LogString($"{nameof(ISwitchExpressionOperation)} ({operation.Arms.Length} arms, IsExhaustive: {operation.IsExhaustive})");
Compilation\TestOperationVisitor.cs (1)
1549_ = operation.IsExhaustive;