2 writes to WhileKeyword
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\Binder_Query.vb (2)
2264
GetQueryOperatorNameSpan(skipWhile.SkipOrTakeKeyword, skipWhile.
WhileKeyword
),
2293
GetQueryOperatorNameSpan(takeWhile.SkipOrTakeKeyword, takeWhile.
WhileKeyword
),
7 references to WhileKeyword
Microsoft.CodeAnalysis.VisualBasic (6)
Binding\MemberSemanticModel.vb (1)
1380
binder = GetSingleLambdaClauseLambdaBinder(partitionWhile, partitionWhile.
WhileKeyword
, position)
Generated\Syntax.xml.Main.Generated.vb (2)
4543
Dim newWhileKeyword = DirectCast(VisitToken(node.
WhileKeyword
).Node, InternalSyntax.KeywordSyntax)
4544
If node.
WhileKeyword
.Node IsNot newWhileKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (3)
28694
return Update(Me.Kind, skipOrTakeKeyword, Me.
WhileKeyword
, Me.Condition)
28730
return Update(Me.Kind, Me.SkipOrTakeKeyword, Me.
WhileKeyword
, condition)
28777
If kind <> Me.Kind OrElse skipOrTakeKeyword <> Me.SkipOrTakeKeyword OrElse whileKeyword <> Me.
WhileKeyword
OrElse condition IsNot Me.Condition Then
Microsoft.CodeAnalysis.VisualBasic.Features (1)
EditAndContinue\VisualBasicEditAndContinueAnalyzer.vb (1)
1292
Return TextSpan.FromBounds(partition.SkipOrTakeKeyword.SpanStart, partition.
WhileKeyword
.Span.End)