1 write to Node
Microsoft.CodeAnalysis.Features (1)
ConvertLinq\ConvertForEachToLinqQuery\ExtendedSyntaxNode.cs (1)
32Node = node;
7 references to Node
Microsoft.CodeAnalysis.CSharp.Features (7)
ConvertLinq\ConvertForEachToLinqQuery\AbstractConverter.cs (7)
71switch (node.Node.Kind()) 74var variable = (VariableDeclaratorSyntax)node.Node; 83return CreateFromClause((ForEachStatementSyntax)node.Node, node.ExtraLeadingComments, node.ExtraTrailingComments); 86var ifStatement = (IfStatementSyntax)node.Node; 239switch (node.Node.Kind()) 253var foreachStatement = (ForEachStatementSyntax)node.Node; 274var ifStatement = (IfStatementSyntax)node.Node;