10 references to IntoKeyword
Microsoft.CodeAnalysis.VisualBasic (9)
Binding\MemberSemanticModel.vb (1)
1600
ElseIf position < groupBy.
IntoKeyword
.SpanStart Then
Generated\Syntax.xml.Main.Generated.vb (2)
4581
Dim newIntoKeyword = DirectCast(VisitToken(node.
IntoKeyword
).Node, InternalSyntax.KeywordSyntax)
4582
If node.
IntoKeyword
.Node IsNot newIntoKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (6)
28945
return Update(groupKeyword, Me.Items, Me.ByKeyword, Me.Keys, Me.
IntoKeyword
, Me.AggregationVariables)
28970
return Update(Me.GroupKeyword, items, Me.ByKeyword, Me.Keys, Me.
IntoKeyword
, Me.AggregationVariables)
28992
return Update(Me.GroupKeyword, Me.Items, byKeyword, Me.Keys, Me.
IntoKeyword
, Me.AggregationVariables)
29013
return Update(Me.GroupKeyword, Me.Items, Me.ByKeyword, keys, Me.
IntoKeyword
, Me.AggregationVariables)
29054
return Update(Me.GroupKeyword, Me.Items, Me.ByKeyword, Me.Keys, Me.
IntoKeyword
, aggregationVariables)
29119
If groupKeyword <> Me.GroupKeyword OrElse items <> Me.Items OrElse byKeyword <> Me.ByKeyword OrElse keys <> Me.Keys OrElse intoKeyword <> Me.
IntoKeyword
OrElse aggregationVariables <> Me.AggregationVariables Then
Microsoft.CodeAnalysis.VisualBasic.Features (1)
EditAndContinue\BreakpointSpans.vb (1)
409
If position >= clause.Keys.First.SpanStart AndAlso position < clause.
IntoKeyword
.SpanStart Then