2 references to IsForEachStatement
Microsoft.CodeAnalysis.CodeStyle (2)
src\Analyzers\Core\Analyzers\UseCollectionInitializer\UpdateExpressionState.cs (1)
351if (SyntaxFacts.IsForEachStatement(statement))
src\Analyzers\Core\Analyzers\UseCollectionInitializer\UseCollectionInitializerHelpers.cs (1)
42else if (syntaxFacts.IsForEachStatement(match))