2 overrides of IsBlockLikeStatement
Microsoft.CodeAnalysis.CSharp.Features (1)
CSharpConsecutiveStatementPlacementDiagnosticAnalyzer.cs (1)
40protected override bool IsBlockLikeStatement(SyntaxNode node)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
VisualBasicConsecutiveStatementPlacementDiagnosticAnalyzer.vb (1)
37Protected Overrides Function IsBlockLikeStatement(node As SyntaxNode) As Boolean
1 reference to IsBlockLikeStatement
Microsoft.CodeAnalysis.Features (1)
AbstractConsecutiveStatementPlacementDiagnosticAnalyzer.cs (1)
56if (IsBlockLikeStatement(node))