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; 235switch (node.Node.Kind()) 249var foreachStatement = (ForEachStatementSyntax)node.Node; 270var ifStatement = (IfStatementSyntax)node.Node;