9 references to AggregationRangeVariable
Microsoft.CodeAnalysis.VisualBasic (8)
Binding\MemberSemanticModel.vb (1)
592
Case SyntaxKind.
AggregationRangeVariable
Compilation\SemanticModel.vb (1)
3330
Case SyntaxKind.
AggregationRangeVariable
Generated\Syntax.xml.Internal.Generated.vb (4)
51834
Dim cached = SyntaxNodeCache.TryGetNode(SyntaxKind.
AggregationRangeVariable
, nameEquals, aggregation, hash)
51839
Dim result = New AggregationRangeVariableSyntax(SyntaxKind.
AggregationRangeVariable
, nameEquals, aggregation)
63912
Dim cached = VisualBasicSyntaxNodeCache.TryGetNode(SyntaxKind.
AggregationRangeVariable
, nameEquals, aggregation, _factoryContext, hash)
63917
Dim result = New AggregationRangeVariableSyntax(SyntaxKind.
AggregationRangeVariable
, nameEquals, aggregation, _factoryContext)
Generated\Syntax.xml.Main.Generated.vb (1)
37808
Return New AggregationRangeVariableSyntax(SyntaxKind.
AggregationRangeVariable
, Nothing, Nothing, nameEquals, aggregation)
Generated\Syntax.xml.Syntax.Generated.vb (1)
27483
''' <item><description><see cref="SyntaxKind.
AggregationRangeVariable
"/></description></item>
Microsoft.CodeAnalysis.VisualBasic.Features (1)
Completion\KeywordRecommenders\Queries\GroupKeywordRecommender.vb (1)
36
If variableNameEquals.IsParentKind(SyntaxKind.
AggregationRangeVariable
) AndAlso