8 references to ForStepClause
Microsoft.CodeAnalysis.Test.Utilities (1)
Compilation\ControlFlowGraphVerifier.cs (1)
1264
case VisualBasic.SyntaxKind.
ForStepClause
:
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (4)
48290
Dim cached = SyntaxNodeCache.TryGetNode(SyntaxKind.
ForStepClause
, stepKeyword, stepValue, hash)
48295
Dim result = New ForStepClauseSyntax(SyntaxKind.
ForStepClause
, stepKeyword, stepValue)
60368
Dim cached = VisualBasicSyntaxNodeCache.TryGetNode(SyntaxKind.
ForStepClause
, stepKeyword, stepValue, _factoryContext, hash)
60373
Dim result = New ForStepClauseSyntax(SyntaxKind.
ForStepClause
, stepKeyword, stepValue, _factoryContext)
Generated\Syntax.xml.Main.Generated.vb (1)
19694
Return New ForStepClauseSyntax(SyntaxKind.
ForStepClause
, Nothing, Nothing, DirectCast(stepKeyword.Node, InternalSyntax.KeywordSyntax), stepValue)
Generated\Syntax.xml.Syntax.Generated.vb (1)
19346
''' <item><description><see cref="SyntaxKind.
ForStepClause
"/></description></item>
Microsoft.CodeAnalysis.VisualBasic.Features (1)
EditAndContinue\SyntaxComparer.vb (1)
396
Case SyntaxKind.
ForStepClause