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