1 implementation of IsExhaustive
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
9367
public bool
IsExhaustive
{ get; }
2 references to IsExhaustive
Microsoft.CodeAnalysis.CodeStyle (1)
src\roslyn\src\Analyzers\Core\Analyzers\PopulateSwitch\AbstractPopulateSwitchExpressionDiagnosticAnalyzer.cs (1)
20
=> switchOperation.
IsExhaustive
;
Microsoft.CodeAnalysis.Features (1)
src\roslyn\src\Analyzers\Core\Analyzers\PopulateSwitch\AbstractPopulateSwitchExpressionDiagnosticAnalyzer.cs (1)
20
=> switchOperation.
IsExhaustive
;