2 overrides of HasDefaultCase
Microsoft.CodeAnalysis.Features (2)
AbstractPopulateSwitchExpressionDiagnosticAnalyzer.cs (1)
32protected sealed override bool HasDefaultCase(ISwitchExpressionOperation operation)
AbstractPopulateSwitchStatementDiagnosticAnalyzer.cs (1)
32protected sealed override bool HasDefaultCase(ISwitchOperation operation)
2 references to HasDefaultCase
Microsoft.CodeAnalysis.Features (2)
AbstractPopulateSwitchDiagnosticAnalyzer.cs (2)
83missingDefaultCase = !HasDefaultCase(operation); 101if (HasDefaultCase(operation))