SyntaxExtensions.ContainsDefaultLabel(SwitchSectionSyntax) Method
Containing Type: SyntaxExtensions
Assembly: Roslynator.CSharp.dll
Returns true if the specified switch section contains default switch label.
public static bool ContainsDefaultLabel(this Microsoft.CodeAnalysis.CSharp.Syntax.SwitchSectionSyntax switchSection)
Parameters
switchSection SwitchSectionSyntax