8 references to AggregationRangeVariable
Microsoft.CodeAnalysis.VisualBasic (8)
Binding\MemberSemanticModel.vb (1)
592
Case SyntaxKind.
AggregationRangeVariable
Compilation\SemanticModel.vb (1)
3334
Case SyntaxKind.
AggregationRangeVariable
Generated\Syntax.xml.Internal.Generated.vb (4)
43894
Dim cached = SyntaxNodeCache.TryGetNode(SyntaxKind.
AggregationRangeVariable
, nameEquals, aggregation, hash)
43899
Dim result = New AggregationRangeVariableSyntax(SyntaxKind.
AggregationRangeVariable
, nameEquals, aggregation)
55960
Dim cached = VisualBasicSyntaxNodeCache.TryGetNode(SyntaxKind.
AggregationRangeVariable
, nameEquals, aggregation, _factoryContext, hash)
55965
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>