16 references to Expression
Microsoft.CodeAnalysis.VisualBasic (13)
Binding\Binder_Query.vb (2)
4128
Dim source As BoundQueryPart = New BoundQuerySource(BindRValue(syntax.
Expression
, diagnostics))
4137
ReportDiagnostic(diagnostics, syntax.
Expression
, ERRID.ERR_ExpectedQueryableSource, source.Type)
Binding\MemberSemanticModel.vb (1)
1071
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 (2)
144
If node IsNot crv.
Expression
Then
230
Return rangeVariable.
Expression
Microsoft.CodeAnalysis.VisualBasic.Features (3)
EditAndContinue\BreakpointSpans.vb (1)
385
Return CreateSpan(collectionRangeVariable.
Expression
)
src\roslyn\src\Compilers\VisualBasic\Portable\Syntax\LambdaUtilities.vb (2)
144
If node IsNot crv.
Expression
Then
230
Return rangeVariable.
Expression