32 references to Expression
Microsoft.CodeAnalysis.VisualBasic (18)
Binding\Binder_Query.vb (2)
4129
Dim source As BoundQueryPart = New BoundQuerySource(BindRValue(syntax.
Expression
, diagnostics))
4138
ReportDiagnostic(diagnostics, syntax.
Expression
, ERRID.ERR_ExpectedQueryableSource, source.Type)
Binding\MemberSemanticModel.vb (1)
1072
node.
Expression
, BoundKind.ToQueryableCollectionConversion),
Compilation\QuerySymbolInfo.vb (1)
13
''' to "convert" <see cref="CollectionRangeVariableSyntax.
Expression
"/> to queryable
Generated\Syntax.xml.Main.Generated.vb (2)
4370
Dim newExpression = DirectCast(Visit(node.
Expression
), ExpressionSyntax)
4371
If node.
Expression
IsNot newExpression Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (5)
27229
return Update(identifier, Me.AsClause, Me.InKeyword, Me.
Expression
)
27250
return Update(Me.Identifier, asClause, Me.InKeyword, Me.
Expression
)
27268
return Update(Me.Identifier, Me.AsClause, inKeyword, Me.
Expression
)
27309
Return Me.
Expression
27341
If identifier IsNot Me.Identifier OrElse asClause IsNot Me.AsClause OrElse inKeyword <> Me.InKeyword OrElse expression IsNot Me.
Expression
Then
Syntax\LambdaUtilities.vb (7)
82
Return DirectCast(newLambdaOrPeer, CollectionRangeVariableSyntax).
Expression
143
If node IsNot crv.
Expression
Then
229
Return rangeVariable.
Expression
249
Return aggregateClause.Variables.First.
Expression
320
lambdaBody1 = DirectCast(node, CollectionRangeVariableSyntax).
Expression
436
result.Add(clause.Variables.First.
Expression
)
455
result.Add(joinClause.JoinedVariables.First.
Expression
)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (1)
SyntaxTreeExtensions.vb (1)
1040
Return lastCollectionRange.
Expression
Microsoft.CodeAnalysis.VisualBasic.Features (10)
AddImport\VisualBasicAddImportFeatureService.vb (2)
264
type = semanticModel.GetTypeInfo(fromClause.Variables.First().
Expression
, cancellationToken).Type
267
type = semanticModel.GetTypeInfo(aggregateClause.Variables.First().
Expression
, cancellationToken).Type
EditAndContinue\BreakpointSpans.vb (1)
385
Return CreateSpan(collectionRangeVariable.
Expression
)
LambdaUtilities.vb (7)
82
Return DirectCast(newLambdaOrPeer, CollectionRangeVariableSyntax).
Expression
143
If node IsNot crv.
Expression
Then
229
Return rangeVariable.
Expression
249
Return aggregateClause.Variables.First.
Expression
320
lambdaBody1 = DirectCast(node, CollectionRangeVariableSyntax).
Expression
436
result.Add(clause.Variables.First.
Expression
)
455
result.Add(joinClause.JoinedVariables.First.
Expression
)
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (2)
Generated\Syntax.Test.xml.Generated.vb (2)
21079
Assert.NotNull(objectUnderTest.
expression
)
21080
Dim withObj = objectUnderTest.WithIdentifier(objectUnderTest.Identifier).WithAsClause(objectUnderTest.AsClause).WithInKeyword(objectUnderTest.InKeyword).WithExpression(objectUnderTest.
Expression
)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
J\s\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\Extensions\ContextQuery\SyntaxTreeExtensions.vb\SyntaxTreeExtensions.vb (1)
1040
Return lastCollectionRange.
Expression