5 references to IsBreakableConstruct
Microsoft.CodeAnalysis.CSharp.Features (5)
Completion\KeywordRecommenders\BreakKeywordRecommender.cs (1)
41
if (v.
IsBreakableConstruct
())
GoToDefinition\CSharpGoToDefinitionSymbolService.cs (2)
49
return foundBrokenLoop?.
IsBreakableConstruct
() == true
110
while (node is not null && !node.
IsBreakableConstruct
())
Highlighting\KeywordHighlighters\LoopHighlighter.cs (1)
98
var highlightBreaksForChild = highlightBreaks && !child.
IsBreakableConstruct
();
Highlighting\KeywordHighlighters\SwitchStatementHighlighter.cs (1)
91
var highlightBreaksForChild = highlightBreaks && !child.
IsBreakableConstruct
();