6 references to ForStepClause
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (4)
40350
Dim cached = SyntaxNodeCache.TryGetNode(SyntaxKind.
ForStepClause
, stepKeyword, stepValue, hash)
40355
Dim result = New ForStepClauseSyntax(SyntaxKind.
ForStepClause
, stepKeyword, stepValue)
52416
Dim cached = VisualBasicSyntaxNodeCache.TryGetNode(SyntaxKind.
ForStepClause
, stepKeyword, stepValue, _factoryContext, hash)
52421
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>