5 references to IsSemicolonInForStatement
Microsoft.CodeAnalysis.CSharp.CodeStyle (4)
FormattingRangeHelper.cs (1)
148if (parent is StatementSyntax && !endToken.IsSemicolonInForStatement())
SpacingFormattingRule.cs (2)
315if (previousToken.IsSemicolonInForStatement() && currentKind != SyntaxKind.CloseParenToken) 321if (currentToken.IsSemicolonInForStatement())
TokenBasedFormattingRule.cs (1)
179if (previousToken.IsSemicolonInForStatement())
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
CSharpIndentationService.Indenter.cs (1)
242if (token.IsSemicolonInForStatement())