2 references to IsLastTokenInLabelStatement
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
CSharpIndentationService.Indenter.cs (1)
187if (token.Parent is LabeledStatementSyntax || token.IsLastTokenInLabelStatement())
FormattingRangeHelper.cs (1)
336if (previousToken.IsLastTokenInLabelStatement())