3 references to IsBreakableConstruct
Microsoft.CodeAnalysis.CSharp.CodeStyle (3)
src\roslyn\src\Analyzers\CSharp\Analyzers\UseLabeledJumpStatements\CSharpUseLabeledJumpStatementsHelpers.cs (2)
51
if (!precedingConstruct.
IsBreakableConstruct
())
194
if (includeSwitch ? current.
IsBreakableConstruct
() : current.IsContinuableConstruct())
src\roslyn\src\Analyzers\CSharp\Analyzers\UseLabeledJumpStatements\CSharpUseLabeledJumpStatementsHelpers_FlagVariable.cs (1)
370
if (isBreak ? current.
IsBreakableConstruct
() : current.IsContinuableConstruct())