7 references to Node
Microsoft.CodeAnalysis.CSharp.Features (7)
ConvertLinq\ConvertForEachToLinqQuery\AbstractConverter.cs (7)
69switch (node.Node.Kind()) 72var variable = (VariableDeclaratorSyntax)node.Node; 81return CreateFromClause((ForEachStatementSyntax)node.Node, node.ExtraLeadingComments, node.ExtraTrailingComments); 84var ifStatement = (IfStatementSyntax)node.Node; 234switch (node.Node.Kind()) 248var foreachStatement = (ForEachStatementSyntax)node.Node; 269var ifStatement = (IfStatementSyntax)node.Node;